[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]A Guide To...
There are a number of software architectural patterns commonly mentioned in iOS literature, and Bohdon Orlov has put together an excellent guide for those looking to understand choose these patterns....
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Xcode Code...
Generamba is a code generation tool for Xcode projects called Generamba submitted by Egor Tolstoy. Generamba was created as an alternative to using Xcode templates, and utilizes the liquid template...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Swift iOS...
RSKGRowingTextView is an open source Swift iOS component submitted by Ruslan Skorb providing a UITextView subclass that automatically resizes based on user input with built-in scrolling....
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Open Source...
MEVFloatingButton is an open source component submitted by Manuel allowing you to show a floating button on top of a UICollectionView, UITableView or UIScrollView. These buttons are commonly seen when...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Open Source...
Filterpedia is an open source iPad app from Simon Gladman that allows you to explore different Core Image filter testing the filters on an image to help make sure you pick the right one. Filterpedia...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Open Source...
URLEmbeddedView is an open source library submitted by Taiki Suzuki that allows you to easily get and embed URL data within an app utilizing formatting details provided by Facebook’s open graph tags....
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Tutorial: The...
Using Xcode instruments can be somewhat daunting and Kevin Kzmierczak has written a nice guide explaining some of the basics of using instruments entitled “What every iOS Developer should be doing with...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Swift iOS UI...
Some time ago I mentioned the RAMAnimatedTabBar component for animated tab bars, and the RAMPaperSwitch component which allows you to fill a view with a nice circular animation when the user turns on a...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Open Source...
Earlier this week I mentioned a nice guide on different software architectures which provides a nice overview of different software architectures commonly mentioned in the iOS realm including the VIPER...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Swift Library...
Standard Template Protocols is an open source Swift library submitted by Chris providing a number of protocols for many common tasks allowing you to dramatically clean up your code. As stated in the...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Open Source...
NumberMorphView by Abhinav Chauhan allows you to display numbers with a neat morphing effect between each number. NumberMorphView is great for clocks and countdowns, but you can morph between any two...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Open Source...
SkyFloatingLabelField from Skyscanner is an open source component allowing you to create text labels with floating labels with a wide variety of customization options and features....
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Swift...
EPCalendarPicker is an open source calendar Swift based calendar component submitted by Praba. EPCalendarPicker supports a wide variety of color customizations allowing you to provide different areas...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Swift Library...
SwiftyMarkdown is a Swift library from Simon Fairbairn allows you to easily create formatted text by converting markdown to NSAttributedString. You can use SwiftyMarkdown to convert Markdown files and...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]A Tutorial...
Late last year I mentioned a nice introductory guide to using the guard and defer statements added within Swift 2.0. Here’s a nice guide from Benedikt Terhechte that goes a little bit more in-depth...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Open Source...
EPSignature is an open source component allowing users to enter their signature on the iPhone or iPad using signature or Apple pencil. EPSignature allows for smooth drawing, signature saving, the...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Swift Sound...
TuningFork is an open source Swift sound processing library by Comyar Zaheri that simplifies the detection of pitch, frequency, and amplitude of audio. Tuningfork works directly on microphone input so...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Swift Library...
SwiftSVG is a Swift library for parsing SVG files with multiple interface options, good performance, and low memory usage. SwiftSVG provides extensions to String, UIBezierPath, CAShapeLayer, and UIView...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]Open Source...
MKRingProegressView is a Swift based open source component allowing you to create progress rings similar to those seen on the Apple Watch. With MKRingProgressView you can customize the colors, and...
View Article[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]An Extensive...
Working with C APIs with Swift can get frustrating, and with C going to new platforms such as Linux this is becoming even more important. Umberto Raimondi has written an excellent an in-depth guide to...
View Article