XCode 사용시 패키기 관리를 해주는 패키지 매니저


Alcatraz


공식 사이트 http://alcatraz.io/

나중에 좀 써보고 좋은 거 찾아 봐야 할 듯

에러 때문에 찾은 거긴 하지만 매번 시뮬레이터의 지역을 켜기 귀찮았는데 아래 방법이 있다.

  • Product -> Scheme -> Edit Scheme -> Options -> Allow Location Simulation must be checked and try providing a default location, don't leave it set to "none"


http://stackoverflow.com/questions/32543754/ios-9-error-domain-kclerrordomain-code-0-null


XCode를 7에서 8로 올리고 Use Legacy Swift 설정해도

Swift lib 문제가 있어서 검색을 하다가


Derived data를 지워보고라고 해서 찾아본


File > Workspace Settings > Project Settings 보면 Drived data로 갈 수 있는 링크(?)가 제공 !


http://stackoverflow.com/questions/38016143/how-to-delete-derived-data-in-xcode-8



swift 용 html parse



cocoapods

https://cocoapods.org/pods/Kanna


github

https://github.com/tid-kijyun/Kanna


github release

https://github.com/tid-kijyun/Kanna/releases


swift 2.x 버전에서 사용하기 위해서는 

1.1.1 까지 사용 !


React Native를 사용하고 fetch를 통해 data를 ListView에 바인딩 하는 예제


facebook github tutorial

http://facebook.github.io/react-native/releases/0.19/docs/tutorial.html

https://github.com/facebook/react-native/tree/master/Examples/Movies


한글로 설명된 realm.io 자료

https://realm.io/kr/news/react-native2/


비슷한 내용의 외국 사이트

https://code.tutsplus.com/tutorials/how-to-create-a-news-reader-with-react-native-setup-and-news-item-component--cms-25935


+ Recent posts