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
https://www.cocoawithlove.com/blog/a-view-construction-syntax.html
Cocoawithlove
A view construction syntax
In this article, I look at constructing Cocoa views in code using a unique syntax that offers dynamic and constant options with no syntactic overhead, support for parameters inherited through the class hierarchy, support for large numbers of optional parameters…
iOS dev
http://kean.github.io/post/cancellation-token
kean.blog
Cancellation Token
A unified model for cooperative cancellation of asynchronous operations
iOS dev
https://medium.com/@volbap/effective-environment-switching-in-ios-6df0b08e9556
Medium
Effective Environment Switching in iOS
How to take advantage of Xcode configurations and define your app's settings in an organized way
iOS dev
http://martiancraft.com/blog/2017/12/app-rejection/
Martiancraft
The top reasons apps get rejected on the App Store
Follow these simple suggestions for quicker app store approvals.
iOS dev
https://blog.winnie.com/how-to-get-your-first-100k-active-users-909fa4292a27
Winnie
How to Get Your First 100k (Active) Users | Winnie & Tech
What we learned growing Winnie’s network of parents from a small private beta to a booming national community.
iOS dev
https://medium.com/@phillfarrugia/encoding-and-decoding-json-with-swift-4-3832bf21c9a8
Medium
Encoding and Decoding JSON with Swift 4
Apple announced Xcode 9 along with Swift 4 during the Keynote and State of the Union last week in San Jose for WWDC 2017. One of the most…
iOS dev
https://medium.com/@abhimuralidharan/all-about-protocols-in-swift-11a72d6ea354
Medium
All about protocols in swift
Protocol oriented programming , like functional programming is an important concept in swift . I am learning protocols in swift and I am…
iOS dev
https://www.swiftbysundell.com/posts/separation-of-concerns-using-protocols-in-swift
Swift by Sundell
Separation of concerns using protocols in Swift
Separation of concerns is a core principle when it comes to designing architectures and systems that are easy to maintain. It's the idea that each object or type should only know enough about its surroundings to do its work, and no more. However, even though…
iOS dev
https://oleb.net/blog/2017/12/fixed-size-arrays/
oleb.net
A hack for fixed-size arrays in Swift – Ole Begemann
Swift doesn’t have a built-in type for fixed-size, stack-allocated arrays. The standard library uses code generation to work around this limitation for internal use.
iOS dev
https://www.objc.io/blog/2017/12/28/weak-arrays/
www.objc.io
Swift Tip: Weak Arrays
Using Swift arrays to only hold weak references
iOS dev
https://medium.com/ios-os-x-development/today-extension-in-ios-swift-4-51770f44633a
Medium
Today extension in iOS Swift 4
by Maxim Vasilevsky
iOS dev
https://medium.com/grand-parade/creating-type-safe-json-in-swift-74a612991893
Medium
Creating Type-safe JSON in Swift
And how it will improve your unit tests’ mock data
iOS dev
https://medium.com/grand-parade/parsing-fields-in-codable-structs-that-can-be-of-any-json-type-e0283d5edb
Medium
Parsing fields in Codable structs that can be of any JSON type
Swift 4 brought a lot of cool things like the Codable protocol. It made parsing JSON easier and painless. But some things that were simple…
iOS dev
https://medium.com/grand-parade/computing-the-diff-of-two-arrays-in-a-functional-way-in-swift-be82a586a821
Medium
Computing the Diff of two Arrays in a functional way in Swift
This week I got a challenge from my friend Mateusz Maćkowiak to solve an issue in a diff function he created. Given two arrays, his goal…
iOS dev
https://oleb.net/blog/2018/01/notificationcenter-removeobserver/
Ole Begemann
Do you have to manually unregister block-based NotificationCenter observers?
tl;dr: yes.
iOS dev
https://medium.com/@abhimuralidharan/detecting-screen-capturing-in-ios-11-cca15881c785
Medium
Detecting screen capturing in iOS 11
We were working on an iOS app which provide paid video content. So the possibility of getting the video being recorded using the iOS 11…
iOS dev
https://www.appcoda.com/working-url-schemes-ios/
AppCoda
Working with URL Schemes in iOS Apps | Swift Tutorial
The URL scheme is an interesting feature provided by the iOS SDK that allows developers to launch system apps and third-party apps through URLs. For example, let's say your app displays a phone number, and you want to make a call whenever a user taps that…
iOS dev
http://blog.krzyzanowskim.com/2017/11/28/swift-runtime-performance/
Marcin Krzyżanowski
Swift Runtime Performance - talk
Last week I had my last appearance with talk about Swift runtime performance
[https://speakerdeck.com/krzyzanowskim/slow-swift]. I enjoy the topic, and I had
a ton of fun with preparing the speech, with the on-stage experience and
afterward discussions.
…
iOS dev
https://www.appcoda.com/barcode-reader-swift/
AppCoda
Building a Barcode and QR Code Reader in Swift 4 and Xcode 9
So, what’s QR code? I believe most of you know what a QR code is. In case you haven’t heard of it, just take a look at the above image – that’s a QR code.
QR (short for Quick Response) code is a kind of two-dimensional bar code
iOS dev
https://www.ioscreator.com/tutorials/webview-ios-tutorial-ios11