Posted on March 14, 2018
by Steven Lipton
1 Comment
iOS Development tips weekly is a series you can find at the Lynda.com and LinkedIn Learning libraries. The first week of a week’s tip will be available to the public. After that, you will need a subscription to get access to it. Click the… Continue Reading “Tip: Creating Navigation Controllers”
Category: iOS 11, LinkedIn Learning / Lynda.com, Swift, Swift Programming, TutorialTags: AppDelegate, Apple swift, navigation controller, pop, pop view controller, popToRootController, Swift playgrounds, UINavigationController in Swift
Posted on July 14, 2016
by Steven Lipton
3 Comments
While Navigation controllers often have the limelight when it comes to Xcode’s view controllers, tab bar controllers are better for independent tasks in the same app, or for different ways of working with the same model. In this lesson we’ll take a look at… Continue Reading “How to Make a Tab Bar Controller in Swift 3.0 Code”
Category: iOS10, Swift Programming, TutorialTags: AppDelegate, Apple swift, programmatically, swift, Tab bar controller programmatically, Tab Bar Icons, Tab Bar Swift, UI Tab Bar controller, UI tab item, UITabBar, UITabBarController, UITabBarItem, Xcode swift
Posted on April 25, 2016
by Steven Lipton
5 Comments
The word notification gets a bit abused in the world of mobile development, especially in the world of Apple development. Notifications could mean internal notifications, where classes use observers to watch unrelated code. When a notification appears, the observer code executes special code for… Continue Reading “Adding iOS Local Notifications in Swift”
Category: iOS9, Swift Programming, Tutorial, WatchKitTags: AppDelegate, badge, fireDate, Local Notifications, notification types, Notifications, sound, UIApplication, UILocalNotification, UIUserNotificationSettings
Posted on September 9, 2014
by Steven Lipton
43 Comments
[Updated to Swift 2.0/iOS9.0 9/20/2015 SJL] While Navigation controllers often have the limelight when it comes to Xcode’s view controllers, tab bar controllers are better for independent tasks in the same app, or for different ways of working with the same model. In this… Continue Reading “Swift Swift: Using Tab Bar Controllers in Swift”
Category: Swift Programming, Swift Swift, TutorialTags: AppDelegate, Apple swift, delegates, Passing Data, programmatically, subclassing UITabBarController, swift, Tab bar controller programmatically, tab bar delegates, tab bar delegation, Tab Bar Icons, Tab Bar Swift, UI Tab Bar controller, UI tab item, UITabBar, UITabBarController, UITabBarItem, Xcode swift