iOS dev
@iosdevio
10.7K
subscribers
12
photos
5
files
6.09K
links
There is a single sponsored link in each issue (monday).
One sponsor per issue.
Every sponsored link should be highly relevant to Apple ecosystem app development.
Sponsored link price - 100$
Contact:
@tigorn
Download Telegram
Join
iOS dev
10.7K subscribers
iOS dev
http://swiftdeveloperblog.com/silent-remote-notifications-with-swift-and-firebase/
Swift Developer Blog
Silent Remote Notifications with Swift and Firebase - Swift Developer Blog
With this blog post, I would like to share with you how to send Silent Push Notification using CURL or Postman HTTP client via Firebase Cloud Messaging and how to receive silent push messages in your mobile app built with Swift. Silent push messages when…
iOS dev
https://www.invasivecode.com/weblog/scenekit-tutorial-part-1/
iOS dev
https://www.invasivecode.com/weblog/scenekit-tutorial-part-2/
iOS dev
http://developer.bombbomb.com/blog/2017/10/24/swift-data-detection/
Data Detection in Swift
iOS dev
https://motherboard.vice.com/en_us/article/a34g9j/iphone-source-code-iboot-ios-leak
Vice
Key iPhone Source Code Gets Posted Online in 'Biggest Leak in History'
Source code for iBoot, one of the most critical iOS programs, was anonymously posted on GitHub.
iOS dev
https://github.com/emrakul2002/iboot
iOS dev
https://www.raywenderlich.com/179260/accept-credit-cards-ios-apps-using-stripe
kodeco.com
Accepting Credit Cards In Your iOS App Using Stripe
In this tutorial, you will to learn how to accept credit cards in iOS using Stripe, a pain-free, developer-centric way to handle purchases in your apps.
iOS dev
https://cocoacasts.com/swift-fundamentals-working-with-optionals
Cocoacasts
Working With Optionals
Optionals are an integral aspect of Swift development. They highlight a core concept of the Swift language. Safety.
At first glance, optionals look inconvenient and a necessary evil of Swift development. That's true if safety isn't high on your list of…
iOS dev
https://www.cocoawithlove.com/blog/mvc-without-the-c.html
Cocoawithlove
Model-View-Controller without the Controller
The upcoming CwlViews library offers a syntax for constructing views that has a profound effect on the Cocoa applications, making them naturally 'unidirectional' and eliminating the need for `UIViewController` subclasses. In this article, I look at what the…
iOS dev
https://www.swiftbysundell.com/posts/transforming-collections-in-swift
Swift by Sundell
Transforming collections in Swift | Swift by Sundell
Almost every Swift program uses collections in one way or another. Whether it's to store values to be displayed in some form of list, to keep track of observers, or caching data - collections are everywhere. This week, let's take a look at some of the standard…
iOS dev
https://medium.com/@londeix/top-down-error-architecture-d8715a28d1ad
Medium
Top-down iOS error architecture
How to handle errors in iOS apps
iOS dev
https://www.swiftbysundell.com/posts/composing-types-in-swift
Swift by Sundell
Composing types in Swift | Swift by Sundell
Composition is a super useful technique that lets us share code between multiple types in a more decoupled fashion. It's often posed as an alternative to subclassing, with phrases like
iOS dev
https://www.swiftbysundell.com/posts/custom-operators-in-swift
Swift by Sundell
Custom operators in Swift | Swift by Sundell
Few Swift features cause as much heated debate as the use of custom operators. While some people find them really useful in order to reduce code verbosity, others think that they should be avoided completely. This week, let's take a look at a few situations…
iOS dev
http://www.tekramer.com/responding-to-keyboard-events-in-ios
Responding To Keyboard Events in iOS
iOS dev
http://www.tekramer.com/using-urlsession-and-codable-together
Using URLSession & Codable Together
iOS dev
https://medium.com/swlh/nobodys-buying-anything-in-your-app-here-s-what-to-do-next-3ac4fb1c4ea4
Medium
Nobody’s buying anything in your app? Here’s what to do next.
You’ve built a great app. Every feature works perfectly.
iOS dev
https://medium.com/swift-programming/using-lazy-to-delay-computation-8aa4ea236d0a
Medium
Using Lazy to Delay Computation
As iOS developers, you may have already heard of lazy keyword used for initialization — the lazy component won’t be created unless someone…
iOS dev
https://medium.com/revenuecat-blog/ios-subscription-groups-explained-8c5b8325d4ab
Medium
iOS Subscription Groups Explained
In 2016 Apple announced new incentives for developers to maintain their customers on a continuous subscription for more than a year. Apple…
iOS dev
http://www.tekramer.com/building-a-pdf-viewer-with-pdfkit-in-ios-11
Building A PDF Viewer With PDFKit in iOS 11
iOS dev
https://medium.com/@nathangitter/why-your-app-looks-better-in-sketch-3a01b22c43d7
Medium
Why Your App Looks Better in Sketch
Exploring rendering differences between Sketch and iOS
iOS dev
https://theswiftdev.com/2018/01/25/deep-dive-into-swift-frameworks/