Analytics

顯示具有 iOS_Develop 標籤的文章。 顯示所有文章
顯示具有 iOS_Develop 標籤的文章。 顯示所有文章

2017年3月9日 星期四

[iOS] signal SIGABRT



如果是在執行時出現此錯誤,又無法看出到底哪裡有問題...
image not found...
dyld...

Solution:
請直接刪除在測試機器上安裝的開發中app,再重新run就可以了!
Delete the developing app on your device or simulator, and run again!

2014年11月15日 星期六

[ios]Xcode 外掛套件推薦

首先,是絕對必裝的套件管理程式 Alcatraz
http://alcatraz.io/

超級方便,直接透過他就能搜尋想要的Xcode套件

安裝方法,請直接到終端機下以下指令
$ curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
重開Xcode即可在工具列 Window > Package Manager 找到


-顏色套件Color Theme - Zenburn by colinta

2013年7月15日 星期一

[iOS] use "touchstart" to replace "click" in UIWebView


if your web view load some html with jQuery,
please use "touchstart" not to use "click" event.

http://www.zhihu.com/question/20702822

2013年7月14日 星期日

[iOS]dijkstra in iOS

I use this algorithm to analyze Taipei MRT system.
https://github.com/dmitrikozlov/mj-dijkstra

And combine with a csv to NSDictionary code.