Privacy Policy:
Simple & Safe applications and games, safe for childeren and adults of all ages.
- No external analytics.
- No individual data recording or transmission.
- No Third pary integrations SDK's, API's.
- No network usage.
Privacy Policy:
Simple & Safe applications and games, safe for childeren and adults of all ages.
# terminal colors | |
export CLICOLOR=1 | |
# export LSCOLORS=GxFxCxDxBxegedabagaced | |
export LSCOLORS=exfxcxdxbxegedabagacad | |
# test mate | |
# export EDITOR="/usr/local/bin/mate -w" | |
# Android Studio |
{ | |
"author": "matt", | |
"yachts": [ | |
{ | |
"name": "Felicia", | |
"make": "Valiant 37", | |
"year": 1988, | |
"price":20000, | |
"location":"Mexico" | |
}, |
xcode-select --install
(You must also open xcode and agree to the license agreement ) verify install with xcode-select -p
sudo gem install cocoapods
its possible to do this without sudo reference CocoaPods Guide for instructions. Verify installation with pod --version
brew update
and thenbrew install carthage
. Verify installation with carthage version
⌘ + r
to build and run in the local simulator.WIP
// If you wanted to smooth in the animation of the tableview cell you can do something like this ... | |
extension SomeTableViewCell : AnimatedTableViewCellProtocol { | |
func startAnimation() { | |
//this scales but it could alpha in as well | |
self.layer.transform = CATransform3DMakeScale(0.75,0.75,1) | |
UIView.animateWithDuration(0.20, animations: { | |
self.layer.transform = CATransform3DMakeScale(1,1,1) | |
}) |
{ | |
"tasks": [ | |
{ | |
"GUID":"12345", | |
"title":"task1", | |
"description":"task 1 description" | |
}, | |
{ | |
"GUID":"12345", | |
"title":"task1", |