iOS dev
@iosdevio
10.8K
subscribers
12
photos
5
files
6.05K
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.8K subscribers
iOS dev
https://medium.com/@ji3g4kami/download-store-and-view-pdf-in-swift-af399373b451
Medium
Download, Store, and View PDF in Swift
I’ve been working on an App that requires me to download PDF files, store it, and to view it. To accomplish the task, there are three main…
iOS dev
https://medium.freecodecamp.org/how-to-make-an-ios-on-demand-build-system-with-jenkins-and-fastlane-8eb1e02c73d1
freeCodeCamp.org
How to make an iOS on-demand build system with Jenkins and Fastlane
This article is about creating iOS builds through Jenkins BOT, remotely, without the need of a developer.
iOS dev
https://medium.com/swift2go/custom-ui-master-class-infinite-paging-scroll-view-4be78d0de88f
Medium
Custom UI Master Class: Infinite Paging Scroll View
The success of any app rides on user retention, which in turn relies heavily on successful user experience and interface design. When…
iOS dev
https://medium.com/@phillfarrugia/re-creating-the-siri-shortcuts-drawer-interaction-9b2bc94e0b05
Medium
Re-creating the Siri Shortcuts Drawer Interaction
Something I’ve been interested in a lot lately is attempting to recreate existing User Interface components or User Interactions that are…
iOS dev
https://www.avanderlee.com/swift/app-store-connect-api-adoption/
SwiftLee
App Store Connect API SDK in Swift: Creating Developer Tools
How to use and authenticate for the App Store Connect API by requesting access. Insights into use cases and a reference to the Swift SDK.
iOS dev
https://www.swiftjectivec.com/supporting-external-displays/
Swiftjective-C
Supporting External Displays
With the iPad Pro's USB-C support, the opportunity to support external displays in a first class manner has never been more pertinent. Doing so doesn't require much work, and the potential value add is high.
iOS dev
https://fluffy.es/twitter-slide-menu-1/
fluffy.es - iOS development tutorials
Replicating Twitter Slide Menu - Part 1 / 2
In this post, we will breakdown, analyze the Slide Menu mechanism of Twitter app, and try to replicate it using Auto Layout and Container View. This post assume you have some experience working with Auto Layout. No third party library is used in this tutorial.…
iOS dev
https://fluffy.es/twitter-slide-menu-2/
Replicating Twitter Slide Menu - Part 2 / 2
iOS dev
http://www.vadimbulavin.com/static-dynamic-frameworks-and-libraries/
Yet Another Swift Blog
Static and Dynamic Libraries and Frameworks in iOS
When developing iOS apps you rarely implement everything from the ground-up, because operating system as well as open source community offers large amount of functionality ready-to-use. Such pieces of functionality are usually packed in a distributable form…
iOS dev
https://agostini.tech/2018/11/11/using-avspeechsynthesizer/
agostini.tech
Using AVSpeechSynthesizer | agostini.tech
AVSpeechSynthesizer is a part of the AVFoundation framework that's used to convert text to spoken audio. Learn how to use it in this short article.
iOS dev
https://www.swiftbysundell.com/posts/building-ipad-pro-features-in-swift
Swift by Sundell
Building iPad Pro features in Swift | Swift by Sundell
Whether or not you believe that the iPad is the future of computing, it does bring a ton of interesting new features and capabilities to the table, especially with the latest release of the Pro version. This week, let’s take a look at how we as third-party…
iOS dev
http://metalbyexample.com/picking-hit-testing/#more-738
Metal by Example
Picking and Hit-Testing in Metal
In this article, we’ll see how to interact with our 3D scenes using a technique called picking. Picking helps us answer the question “What did the user just tap on?” More precisel…
iOS dev
https://matt.diephouse.com/2018/11/types-as-proof/
Types as Proof
iOS dev
https://www.youtube.com/channel/UCTvKoVUtAdLiieZVymmGM_w/videos
iOS dev
https://swiftrocks.com/how-never-works-internally-in-swift.html
Swiftrocks
How Never Works Internally in Swift
Added in Swift 3, the Never type allows you to define a method that is guaranteed to crash your app.
iOS dev
http://khanlou.com/2018/11/streaming-multipart-requests/
Streaming Multipart Requests
iOS dev
https://www.objc.io/blog/2018/11/13/subclassing-alternatives/
www.objc.io
Swift Tip: Custom Views Without Subclassing
Using plain functions to compose views
iOS dev
https://medium.com/@londeix/stubbing-in-pair-with-swift-compiler-c951770a295b
Medium
Stubbing in pair with Swift compiler
How to quickly write unit test stub in Swift without code generation
iOS dev
https://www.netguru.co/codestories/createml-start-your-adventure-in-machine-learning-with-swift
Netguru
CreateML: Start Your Adventure in Machine Learning with Swift
CreateML is a framework introduced at WWDC 2018 by Apple. It implements a complete Machine Learning in Swift on Mac. Let’s see why it is a game changer.
iOS dev
https://rambo.codes/ios/2018/11/11/animations-are-assets.html
Rambo.codes
Animations are assets: using Core Animation archives on iOS
I should start by explaining what I mean by “animations are assets”. I don’t mean that every single animation in an app must be represented by an asset and can’t be done programmatically, since that would be dumb. What I do believe in is that complex animations…
iOS dev
https://medium.com/@fadiderias/xcode-and-lldb-advanced-debugging-tutorial-part-1-31919aa149e0
Medium
Xcode and LLDB Advanced Debugging Tutorial: Part 1
One of the very intriguing sessions carried out by some of Apple’s finest debugging engineers during 2018’s WWDC was Advanced Debugging…