IP屬地:遼寧
遇到的問題: 更新推送證書時發(fā)現(xiàn)證書不受信任,隨后查找問題解決辦法看到作者:TheLittleBoy[https://blog.csdn.net...
YDTool.h ///解決iOS打電話提示框反應(yīng)慢 + (void)callPhoneStr:(NSString*)phoneStr with...
摘抄自https://blog.csdn.net/hu434587115/article/details/54602449 ~/Library/...
自從2020年5月開始,蘋果強(qiáng)制要求使用xcode11,廢棄UIWebView,最近提審包收到郵件說有UIWebView,要求更換掉才能提。 5...
1.先從瀏覽器的應(yīng)用商店中搜索安裝Tampermonkey腳本管理器(或者在網(wǎng)站http://tampermonkey.net中下載),添加到擴(kuò)...
創(chuàng)建個類繼承自UILabel 在.h中做如下操作 先在.h文件中設(shè)置個枚舉: typedef NS_ENUM(NSInteger, Strike...
先建個結(jié)構(gòu)體屬性: {int i; UIButton *button;} 創(chuàng)建個按鈕: button= [[UIButton alloc] in...