Swift
90.0K views | +0 today
Follow

ENSwiftSideMenu for iOS - Cocoa Controls

From www.cocoacontrols.com

A simple side menu for iOS 8 written in Swift language. Using UIDynamics, UIGestures and UIBlurEffect.

No comment yet.

Banshee for iOS - Cocoa Controls

From www.cocoacontrols.com

An iOS browser built on top of UIWebView

No comment yet.

AlecrimCoreData for iOS - Cocoa Controls

From www.cocoacontrols.com

A simple Core Data wrapper library written in Swift.

Features:

  • Simpler classes and methods to access and save Core Data managed objects
  • Main and background contexts support
  • Core Data SQLite store type support with automatic creation of the store file
No comment yet.

VBFJellyView for iOS - Cocoa Controls

From www.cocoacontrols.com

VBFJellyView is a custom view made out using UIKit Dynamics and with a very funny effect when adding behaviours to it.

No comment yet.

ochococo/Design-Patterns-In-Swift

From github.com

Design-Patterns-In-Swift - Design Patterns implemented in Swift
No comment yet.

Swiftris: Build Your First iOS Game with Swift

From www.bloc.io

Bloc Books are free technical tutorials in Web Development, Frontend Development, iOS, Android, and Design. Bloc tutorials guide you through building projects with step-by-step instructions, code snippets, and screenshots.
No comment yet.

Open Source Swift Library Providing A Nice Implementation of Promises

From maniacdev.com

Promises are a great way for working with asynchronous operations and earlier this year I mentioned the Objective-C promises library PromiseKit who have added an experimental Swift variant to their...
No comment yet.

Chameleon for iOS - Cocoa Controls

From www.cocoacontrols.com

Chameleon is a lightweight, yet powerful, flat color framework for iOS. It is built on the idea that software applications should function effortlessly while simultaneously maintaining their beautiful interfaces.

jerometonnelier:

Very handy with a color Palette that comes right away with it!

No comment yet.

Open Source Tool For Easily Obfuscating Objective-C Class, Protocol, And Property Names

From maniacdev.com

As you might be aware it's fairly easy to reverse engineer an objective-c iOS app and grab the header files, string values, and assembly code, then someone could perform a few tweaks, replace the g...
No comment yet.

Extensive Open Source Swift Based Cryptography Helper Library (MD5, SHA1, SHA256)

From maniacdev.com

Yesterday I mentioned a nice Swift library for working with dates. Here's an open source Swift library providing a number of helper functions and extensions for cryptography called CryptoSwift from...
No comment yet.

Introduction to UIAlertController, Swift Closures and Enum

From www.appcoda.com

In this tutorial, we give you an introduction to UIAlertController, as well as, a brief talk about Closures and Enum in Swift programming.
No comment yet.

Guide: Everything You Need To Know About Swift Arrays

From maniacdev.com

I've mentioned a number of Swift resources and yesterday a tutorial on Swift basics through the creation of a Tetris style game. Here's a nice guide to Swift arrays from Coding Explorer that explai...
No comment yet.

Extensive Swift Based Helper Library For Working With Dates

From maniacdev.com

I've mentioned a number of Swift helper libraries such as Dollar.$wift which provides a functional programming toolbelt inspired by Underscore.js and Asterism. Here's a library providing an extensi...
No comment yet.

How to Add Table View Search in Swift | Ray Wenderlich

From www.raywenderlich.com

Learn about table view search, UISearchBar, and how to get search and filtering working in your table view based apps.
No comment yet.

Swift Based Network Abstraction Layer For Simplifying Work With Complex APIs

From maniacdev.com

Earlier this month I mentioned the Swift based networking library AlamoFire created to be AFNetworking reimagined for the conventions of the Swift language. Here's a library from Ash Furr...
No comment yet.

Beginners Swift Tutorial Showing How To Create A Tetris Style Game

From maniacdev.com

Last month I mentioned a nice beginners tutorial showing how to create a Candy Crush style game in Swift. Here's another tutorial providing a fun way to increase your Swift knowledge in the buildin...
No comment yet.

Open Source iOS Component For Customizable Action Sheets Without UIAlertController Limitations

From maniacdev.com

I've mentioned a number of components that simplify the syntax of creating an action sheets, and with iOS 8 Apple has added UIAlertController which greatly simplifies the syntax when compared to UI...
No comment yet.

Swift Operators

From nshipster.com

Operators in Swift are among the most interesting and indeed controversial features of this new language.
No comment yet.

Swift Literal Convertibles

From nshipster.com

Last week, we wrote about overloading and creating custom operators in Swift, a language feature that is as powerful as it is controversial. By all accounts, this week's issue threatens to be equally polarizing, as it covers a feature of Swift that is pervasive, yet invisible: literal convertibles.
No comment yet.

SwiftImageLoader for iOS - Cocoa Controls

From www.cocoacontrols.com

Asynchronous Image Loader in Swift. Caches using an NSCache.

No comment yet.

Tutorial: Get Facebook Friends in Swift | iOS Life

From www.brianjcoleman.com

In this tutorial learn how to get the Facebook friends of the user using your app using Swift.
No comment yet.

Swift Documentation

From nshipster.com

Code structure and organization is a matter of pride for developers. Clear and consistent code signifies clear and consistent thought. Read on to learn about the recent changes to documentation with Xcode 6 & Swift.
No comment yet.

AwesomeCache for iOS - Cocoa Controls

From www.cocoacontrols.com

Delightful on-disk cache (written in Swift)

No comment yet.

UIKit Dynamics Tutorial in Swift | Ray Wenderlich

From www.raywenderlich.com

Learn how to make your user interfaces in iOS feel realistic with this UIKit Dynamics tutorial, updated for Swift!
No comment yet.

iOS 8: UIAlertController - Double Encore

From www.doubleencore.com

The UIAlertController is a new feature of the iOS 8 SDK. It unifies functionality that you would find in the UIAlertView in iOS 7 and earlier. It also brings a slick new Objective-C block or Swift closure interface, as opposed to numerous delegate callback methods. In this article, I present the same app in Swift and Objective-C for comparison. This is a basic app that has two buttons one screen. The one at the top opens an alert-style view, and the one lower one opens an action sheet style view. Below each of these buttons is an initially hidden label....Read more...
No comment yet.