Category: ios12
-
Customizing Tab Bar Controller Icons.
One of the more perplexing parts of using tab bar controllers is customizing tabs. If you understand some of the properties of an image, You can do some major customization. Download the example file. If you open the main storyboard you’ll see three view controllers. You may see Question marks in the image like this: […]
-
Add Provisional Permissions for Notifications
If you’ve worked with notifications before, you’ve probably dealt with user permissions. IN iOS 12, there’s a new type of user notification permission to handle a situation that happens often, which is super easy to add to already existent code. Download the exercise file and you’ll find a project I adapted from chapter three of my […]