This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSDateFormatter * dateFormatter = [[NSDateFormatter alloc]init]; | |
[dateFormatter setDateFormat:@"dd/MM/yyyy hh:mm:ss a"]; | |
NSDate *date = [dateFormatter dateFromString:@"09/07/2016 08:44:12 PM"]; | |
[self getTimestampForDate:date]; | |
- (NSString*)getTimestampForDate:(NSDate*)date { | |
NSDate* sourceDate = date; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//: Playground - noun: a place where people can play | |
import UIKit | |
var str = "Hello, welcome to playground tutorial" | |
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
var str1 : String = "Bhavin " | |
var str2 : String = "Ramani" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Useful | |
---------------- | |
- https://github.com/engineerapart/TheRemoteFreelancer | |
- https://github.com/swiftcodex/open-source-ios-apps | |
- http://thestacks.im/?ref=flatuicolors.com | |
Plug Ins :- | |
1. https://github.com/rickytan/RTImageAssets | |
2. https://github.com/nomad/shenzhen | |