→ xcode
All posts associated with xcode
Need to change the preferredStatusBarStyle for one fo your child view controllers in your app? It might not be obvious on how to do it. This article explores one solution.
swift, xcode, uistatusbarstyle – Oct 28 2018
Loading local JSON fileHow to fetch a local JSON file. The articles discusses how you can access the local file system, using Codable and few other methods for prototyping.
swift, xcode, json, decodable – Oct 22 2018
GroupingIn Swift 4 they added the ability for grouping. This post contains an example of using it on an Array.
swift, xcode, grouping – Oct 20 2018
Get font familiesSometimes a design might require a custom font to be used. This summary outlines the resources and steps required to get your custom fonts setup in your build.
Enum as asset identifiersBy using extensions on UIImage, you can use an Enum to catalog specific image assets