Познакомьтесь с популярными языками
программирования на практике
How to remove Cocoapods from an Xcode project using Terminal
In this video, you will learn how to remove Cocoapods from an Xcode project.
We will use "Terminal" and 4 simple commands - using these commands you can easily remove Cocoapods from any project.
Let's get started right now!
Remove all numbers(digits) from a string in Swift 5
In this short video you will learn how to remove all numbers(digits) from a string in Swift 5
Смотреть видео >How to call the didReceiveMemoryWarning() method in the Xcode simulator
We will talk about the "didReceiveMemoryWarning()" method.
Sent to the view controller when the app receives a memory warning.
Your app never calls this method directly. Instead, this method is called when the system determined that the amount of available memory is low.
You will learn how to call the "did receive memory warning" method in the Xcode simulator
Let's do it now!
How to embed in Navigation Controller to View Сontroller in Xcode
In this video, you will learn how to add Navigation Controller to your project in Xcode. It's very simple and easy, less than one minute of your time. Let's do it now!
Смотреть видео >How to get the current time in Python?
In this video, you will learn how to get the current time and display the time in several ways in Python 3
Смотреть видео >Remove all letters from the string using the removeAll(where:) method in Swift
Remove all letters from the string using the removeAll(where:) method in Swift
We will remove all the letters "a", "b" and "c" from the string using the remove All(where:) method
Use this method to remove every element in a collection that meets particular criteria
How to add Tab Bar Controller to your Xcode project
In this video, you will learn how to add a "TabBarController" to Xcode. It's easy, just repeat my actions
Смотреть видео >How to split a string by a space - Swift 5
How to split a string by a space or another character
Смотреть видео >How to delete a folder in Python
You will learn how to delete an empty and not empty folder in Python 3
Смотреть видео >How to add UIBarButtonItem programmatically
How to add UIBarButtonItem programmatically?
Very simple, just a few steps and one minute of your time
StackView example in Xcode
In this video you will learn how to combine 2 ImageView components into a StackView
Смотреть видео >StackView Example 2 in Xcode
In this video, you will learn how to combine 2 Button components into one Stack View, and how to combine multiple StackViews into a common StackView.
Смотреть видео >3 библиотеки для работы с анимацией в iOS (Swift)
В этом видео я отвечу на вопрос подписчика, о том, какие использую библиотеки для работы с анимацией в своих iOS приложениях.
Смотреть видео >How do I get the path to the Downloads folder in Python
In this video, you will learn how to get the path to the "Downloads" folder
Смотреть видео >Как размешать элементы в массиве (Array, Swift 5, Xcode 13)
В этом видео Вы узнаете, как размешать элементы в массиве.
Смотреть видео >Reduce() method - Swift 5
We'll talk about the reduce() method, this method can help you calculate the sum of all the elements in an array.
Смотреть видео >Видео урок "Генераторы списка" в Python
Генераторы списка - являются мощным инструментом для более удобного взаимодействия со списками. Вы можете: создавать, изменять, добавлять, удалять и выполнять другие действия с коллекцией. Чаще всего, генераторы не используются и большинство действий – можно сделать и без них. Но, их грамотное применение значительно упрощает реализацию сложных алгоритмов.
В этом практическом видео уроке, Вы узнаете о том, как можно заполнить список цифрами, строками или другими элементами с помощью генератора списка в Python 3. В этом уроке, показано 2 варианта заполнения списка.
How to format a Double into Currency in Swift 5
In this short video, you will learn, how to format a Double into Currency in Swift 5.
As of Swift 5.5, you can do this with the help of .formatted() method.
Have you used the formatted() method in your code?
How to remove all elements with the value "nil" from an array
remove all elements with the value "nil" from an array. This is an easy way to get rid of nil values in any array in Swift 5.
This method is also in the dictionary.
How to compare 2 arrays in Swift 5
In this very short and interesting video, I will show you how you can compare 2 arrays using the "Set" collection and the "isSubset(of:)" method.
You can do this just by writing one line of code.
Start watching and doing right now!