Explore >> Select a destination


You are here

whackylabs.com
| | www.iamsim.me
17.8 parsecs away

Travel
| | One of my favorite things in UIKit is UICollectionView. I love how versatile it is. With iOS 13 it got even better with the diffable data source and compositional layout APIs. However, when dealing with collection views there's a lot of boiler plate one has to take care of. In this post I want to share some of the code I've written to make working with collection views a bit nicer.
| | benoitpasquier.com
17.4 parsecs away

Travel
| | With iOS13, Apple is introducing "Sign In with Apple", an authentication system that allows user create an account for your app based on their Apple ID. Let's see how to integrate it in your app and be ready for iOS13 launch.
| | ashishkakkad.com
17.2 parsecs away

Travel
| | Lets take a brief idea about how to use core data with swift language. Create a new project by check on Use Core Data. It will create the basic methods of core data in to the AppDelegate.swift There is core data model called {YOUR-PROJECT.xcdatamodeld} will be there with the project. It will be look like ... Read more
| | www.neilmacy.co.uk
88.0 parsecs away

Travel
| A really nice improvement to Previews, with a macro cleaning up the boilerplate, and parity between SwiftUI and UIKit.