- Jun 06 Wed 2018 16:19
[iOS] 在模擬器略過 Undefined symbols for architecture x86_64
- May 12 Sat 2018 21:40
[iOS] Fix Xcode 9.3 abort trap: 6
在Xcode 9.2 升級到9.3的時候,模擬器可正常Build,但在實機上面發生了Compile error: abort trap: 6,弄了很久,最後把compile 不過的code包成 function就行了
- Mar 30 Fri 2018 10:00
[Swift] 取得正確 button.titleLabel?.frame
想正確取得 button.titleLabel?.frame ,在設定完text後,需用button.setNeedsLayout()及button.layoutIfNeeded()
- Mar 16 Fri 2018 12:07
[iOS] 解決Gradient layer frame 更新很慢
- Mar 13 Tue 2018 16:01
[iOS] 清WebView cookie
清 UIWebView, WKWebView, SafariViewController cookie 相關的解法的好文章