Home  »  REST
Tagged   REST

iOS App Released – OSM Satsang (Download tracks and play offline)

Posted on 04 Jun 2016
OSM Satsang -- iOS, Swift based Audio Player App.

This is audio player application consist some indian religious audio tracks. User can download tracks and play offline from iOS device.

Features:
– Browse Album and tracks.
– Download tracks for offline play.
– Background download support, i.e. you switch to other application while download in progress.
– Multiple downloads works in parallel, i.e. you can Stop/Resume any download.
– Play it once all tracks downloaded.
– Continue to play in Lock Screen also.
– Clear download track anytime by swipe track row.
– Share app via Facebook, Twitter, Email and SMS etc.
– Refresh and fetch new list using refresh button.
– Sometime app cache cleared automatically, so you need internet connection to reload the list.
– Downloaded content flagged with NSURLIsExcludedFromBackupKey, so it will not occupy iCloud space.

Supported Device:
iPhone 4s/5/5s/5c/Se/6/6Plus/6s/6sPlus, and all iPad with iOS8 or iOS9.

Read more  

How To Use UIPickerView In Swift 2, iOS 9 Application

Posted on 07 Oct 2015
UIPickerView


Sample project demonstrate how to use UIPickerView for creating custom component similar to UIDatePicker within iOS 9 application (Swift 2, Xcode 7). It shows how to fill up data within component using UIPickerViewDataSource and read component value runtime.

Technology used
– UIPickerView.
– Fill up data within UIPickerView component using UIPickerViewDataSource.
– Read value from UIPickerView component runtime.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Read more  

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  

iOS App Released – How Is Weather

Posted on 21 Jul 2015
iOS App - How Is Weather

Build using Swift, iOS8, Xcode 6 and posted on apple store.

Simple & Clean weather application build using swift that shows Current weather information, Hourly temperature for next 24 hrs, High and low temperature for next 7 Days. It fetch weather data from web services via rest api.

Supported Device:
iPhone 4s, iPhone 5/5s/5c, iPhone 6, iPhone 6 Plus, iPad having iOS8.

Technology Used:
iOS8, Swift, XCode 6, Core Data Storage, Local Storage, Core Location Framework, Map Kit Framework, Adaptive Layout, Size Class for iPhone & iPad version, UIWebView, REST API Integration, JSON Data Parsing, Web View Integration.

Read more  

iOS App Released – B V M

Posted on 26 Jun 2015
iOS App – B V M

Build iOS App using Swift, iOS8, Xcode 6 and posted on apple store.

Supported Device:
iPhone 4s, iPhone 5/5s/5c, iPhone 6, iPhone 6 Plus, iPad having iOS8.

Technology Used:
iOS8, Swift, Xcode 6, Core Location Framework, Map Kit Framework, Adaptive Layout support for iPhone and iPad, UIWebView, NSXLParser, Asynchronous Image downloading, YouTube Player Library, Side Menu Controller.

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