Home

Swift Photo Gallery

Posted on 14 Sep 2015


iPhone 4s, 5, 5s, 5c, 6, 6 Plus, 6s, 6s Plus, all iPad having iOS 9

Swift based photo gallery that load json file from remote server and parse it using SwiftyJSON libray. Once parsing done, it load thumb images asynchronously from remote location. When user click thumb image it fetch large image too asynchronously from remote location. This is full application you can use as a base for any Photo Gallery project and expand it. You can use it free for either personal or commercial use.

It consist functionality below:
– Fetch json data file asynchronously.
– Parsing json data using SwiftyJSON library.
– Fetch thumb image asynchronously.
– When clicked thumb, it will fetch large image anynchronously.
– User can scroll to see large image one by one.

Read more  

Swift Parse Demo

Posted on 12 Sep 2015


Demo application build using Swift 2, iOS 9, and Xcode 7 using Parse as backend.

Swift based mobile application that use www.parse.com platform as a backend data storage. This is full working application you can use as a base for any Parse + Swift based project and expand it. It’s free for personal or commercial use.

It consist functionality below:
– Home Screen
– Parse User Registration
– Parse User Login
– Parse Password Reset
– Parse Logout

Read more  

Swift Simple Task List

Posted on 06 Sep 2015
Swift Simple Task List

Simple task list demo application build using Swift 2, Xcode 7, iOS 9, and Core Data storage.

Swift based task list application build using Core Data storage. It demonstrates task Add, Edit, Delete, and List operation. You can use this application as a base for any Core Data project and expand it. It’s free for personal or commercial use.

Technology used:
– Core Data Storage.
– NSManaged Object for Task entity.
– Table View Controller.
– Custom TableViewCell class.
– Refresh Control i.e. pull to refresh list.
– Swipe row to delete record.
– Custom TaskDelegate created with taskDidAdd, taskDidUpdate function.
– Picker View.
– Simple and Clean interface.
– Build with storyboard.
– Adaptive layout for major screen size support.
– Build using Swift 2, Xcode 7, iOS 9 (No other dependency).

Read more  

Swift Settings Manager

Posted on 04 Sep 2015


Settings manager build with Swift 2, Xcode 7, iOS 9.

Swift based demo application for Settings Manager. It’s using SettingsManager.swift singleton class that can read/write settings from/to device local storage i.e. NSUserDefaults.

Features:
– Easy to use within any Swift application.
– Using key/value storage NSUserDefaults.
– Just copy and paste SettingsManger.swift file.
– Settings value can be accessible from anywhere in the project.
– Returns default value when application installed and run first time.
– You can change default value within SettingsManager.swift file.
– You can add more settings within SettingsManager.swift file.
– Build with Swift 2, iOS 9, Xcode 7 only,No other dependency.

Read more  

Swift Color Picker

Posted on 02 Sep 2015
Swift Color Picker


Color picker build with Swift 2, iOS 9, Xcode 7.

Color picker view controller created with swift. It can be used to pick color from palette either as Hex string or UIColor. Just add source file within any swift project, add view controller within storyboard, add collection view, set necessary properrty and constrains, and invoke as a popup. Once color picked it returns selected color value within delegate method.

Features:
– Can be invoked by UIButton.
– Can be invoked by navigation bar button.
– You can Add more colors to palette via Colors.plist file.
– Build with Swift 2, iOS 9, Xcode 7 only, No other dependency.

Read more  

PrashantKumar Mangukiya
Native iOS / Hybrid Mobile Application Developer
LinkedIn Profile   GitHub Profile   Twitter Profile

Browse by Category

Follow Me on Twitter

Other Post

OSM Satsang -- iOS, Swift based Audio Player App. iOS App Released – OSM Satsang (Download tracks and play offline) - 04 Jun 2016
Geo Target Note iOS App Released – Geo Target Note - 19 May 2016
Swift Core Image Filter - CIImage and CIFilter Swift Core Image Filter – CIImage and CIFilter - 24 Nov 2015
Swift Video Player using AVPlayerViewController - 10 Nov 2015
Swift Audio Player using AVFoundation Library Swift Audio Player using AVFoundation Library - 05 Nov 2015
Using MKMapView in Swift, MapKit Using MKMapView in Swift, iOS Application - 02 Nov 2015
Go to Top