It could not be easier. Or cheaper.
https://medium.com/@willmorgan/moving-a-static-website-to-aws-s3-cloudfront-with-https-1fdd95563106
Jun 25, 2017
Jun 25, 2017
See how long Xcode takes to build each swift file.
https://github.com/RobertGummesson/BuildTimeAnalyzer-for-Xcode
Jun 14, 2017
Tip: if you get the error “User name or password is incorrect” when trying to login to your new iCloud account in the iOS Simulator’s Settings, login to that account on icloud.com and accept the Terms.
Jun 6, 2017
https://bjango.com/articles/iconspeedruns/
The heart icon is a good one.
Jun 6, 2017
My favorite feature for Apple’s new HomePod home speaker is that it simply doesn’t send your voice data to their servers until the device itself detect your “Hey Siri”.
Jun 5, 2017
Hardware
iMac Pro in a cool-looking black Siri
Siri Language Translation Apple Pay
Person-to-Person payments with Apple Pay and iMessage Photos
Photos - automatically convert live photo to a long exposure photo (waterfall example) Maps
Lane guidance in Apple Maps Malls, airports, floor-level info in Apple Maps App Store
Great looking …
May 30, 2017
Useful article...for when you actually get around to creating a custom layout that’s not derived from flow layout :).
http://martiancraft.com/blog/2017/05/collection-view-layouts/
May 30, 2017
Really cool. UIDebuggingInformationOverlay.
http://ryanipete.com/blog/ios/swift/objective-c/uidebugginginformationoverlay/
May 28, 2017
Most of us heard about letting users rate our app without leaving the app using the new SKStoreReviewController in iOS 10.3, but I haven’t heard anyone mention being able to open the app into the App Store, and then automatically popup the Review screen:
To automatically open a …
May 26, 2017
https://stackoverflow.com/questions/28243241/rotation-only-in-one-viewcontroller
Tips:
Portrait-only Info.plist Create a Rotation protocol, implement in the 1 view controller Implement application(application:supportedInterfaceOrientationsForWindow:window:). Remember to check isBeingDismissed on the presented view and also its nav.