第18回 iOS馬場 #ios_baba
http://iosbaba.connpass.com/event/16976/
ARC (Automatic Reference Counting)
brew install tree
Electron
http://electron.atom.io/ おそらくiOSとかはできない。
https://developer.apple.com/ios/download/
ManifoldJS
http://www.publickey1.jp/blog/15/manifoldjs_build_2015.html http://manifoldjs.com
HomeBrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
nodeとnpmがインストールされる。
brew install node
これで本体インストール
npm install -g manifoldjs
manifoldjsコマンド
manifoldjs http://shiftr.azurewebsites.net -d manifoldjs_projects -l info -p ios -b
URL上にアプリが必要?
react-native
公式 https://code.facebook.com/projects/450791118411445/react-native/
https://facebook.github.io/react-native/docs/getting-started.html#content
前準備
brew install iojs && brew link iojs --force brew install watchman brew install flow
npm install -g react-native-cli
このログが出る。
Next Steps: Open /Users/shinriyo/react_native/AwesomeProject/AwesomeProject.xcodeproj in Xcode Hit Run button
このコマンドを行う。(oは大文字でも良かった)
Open /Users/shinriyo/react_native/AwesomeProject/AwesomeProject.xcodeproj
index.ios.js
cmd+RでリロードできるがEXC_BAD_INSTRUCTIONのエラーになる githubのissueにあるので認識はしているかもしれない https://github.com/facebook/react-native/issues/1833
<div> -> <View> <span> -> <Text> <img> -> <Image>
JSON
SwiftyJSON ObjectWrapper
http://qiita.com/susieyy/items/6cd0a2293555d5abb9c1