UIWebView vs WKWebView
Three options to open web content in app UIWebView (deprecated on iOS 8) WKWebView (entered on iOS 8) SFSafariViewController (entered on iOS 9) Quick comparsion Recommandations Use WKWebView as the d
Three options to open web content in app UIWebView (deprecated on iOS 8) WKWebView (entered on iOS 8) SFSafariViewController (entered on iOS 9) Quick comparsion Recommandations Use WKWebView as the d
今天用 MyEclipse 2014 中的 ANT 打包时,发现如下错误: ant Class not found: javac1.8 检查 ant 的 build.xml 半天无果,赶紧 google,很快发现问题原因,记录如下:原来,MyEclipse 2014 用的还是 Ant 1.8.4,有图有真相: MyEclipse 在 Mac 上 Ant 位置为:1/Applications/
What’s this?I like delete line(s) feature by shortcut key (crontol/+d, command+d on Mac) so much on Eclipse, but Xcode does not has this feature.Fortunately, Xcode provides plugin mechnism, so I deve
Cause:Today, I got a requriement that get ID3 info from MP3 and M4A files. I am good on MP3 knowledge, but I don’t familiar on M4A format so far. Solution:First of all, I google it, and then I got an