Познакомьтесь с популярными языками
программирования на практике
Swift – это язык программирования от Apple для разработки iOS и OS X приложений. Swift надёжный и интуитивно понятный язык программирования он создан для более быстрого создания мобильных приложений. С появлением языка Swift создание приложений для App Store стало максимально простым и удобным. На этом курсе вы освоите одну из самых прибыльных и перспективных профессий — iOS-разработчик!
Подробнее3 библиотеки для работы с анимацией в iOS (Swift)
В этом видео я отвечу на вопрос подписчика, о том, какие использую библиотеки для работы с анимацией в своих iOS приложениях.
Смотреть видео >Топ 10 iOS (Swift) библиотек, о которых должен знать, каждый iOS разработчик
В этом видео Вы узнаете о 10 iOS-Swift библиотеках, о которых должен знать, каждый ios разработчик.
Они Вам помогут сделать Ваше приложение более функциональным, красивым.
Так же некоторые библиотеки Вам необходимо выучить при устройстве на работу, например Alamofire, Kingfisher и так далее.
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!
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 split a string by a space - Swift 5
How to split a string by a space or another character
Смотреть видео >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!
Как установить картинку на фон в TableView
В этом видео, Вы узнаете, как быстро и просто установить картинку на фон в TableViewController
Смотреть видео >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!
Смотреть видео >Как получить текущую дату и время в Swift
В этом видео, Вы узнаете, как получить текущую дату и время в Свифт. Используя структуру Date() и класс DateFormatter()
Смотреть видео >Как установить Xcode на Mac
В этом видео, я Вам покажу, как установить Xcode на Mac.
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
Смотреть видео >Как изменить цвет и тип клавиатуры
В этом видео Вы узнаете, как изменить цвет клавиатуры в Вашем приложении, а так же тип клавиатуры.
Изменить цвет клавиатуры иногда необходимо если у Вас темный или светлый интерфейс(дизайн)
Тип клавиатуры изменяют для удобства ввода информации - это может повысить лояльность пользователей Вашего приложения.
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.
Смотреть видео >Размеры скриншотов для публикации приложений в Apple AppStore
В этом видео Вы узнаете, какие размеры скриншотов нужно сделать для публикации приложения в App Store. Обратите внимание, скриншоты нужно подготовить заранее. На каждый тип - нужно как минимум 2 картинки(скрина)
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
Смотреть видео >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
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.
Смотреть видео >How to add UIBarButtonItem programmatically
How to add UIBarButtonItem programmatically?
Very simple, just a few steps and one minute of your time
Горячие клавиши в Xcode
В этом видео, Вы узнаете о классных горячих клавишах, которые Вам помогут ускорить работу в среде разработки Xcode
Смотреть видео >StackView example in Xcode
In this video you will learn how to combine 2 ImageView components into a StackView
Смотреть видео >