七月第三週總結

1.網絡請求優化:html

頁面返回的時候,將網絡請求取消ios

同一個請求屢次請求時,短期忽略相同的請求git

同一個請求屢次請求時,取消以前發出的請求github

發送的請求,屢次嘗試並確保成功網絡

參考學習: http://www.cocoachina.com/ios/20180718/24226.html工具

其實我並無看懂~~~學習

 

2.iOS消息推送:優化

在線push:與設置中是否打開「通知」無關.net

本地push:與設置中是否打開「通知」有關code

遠程push:與設置中是否打開「通知」有關

 

參考學習:http://www.cocoachina.com/ios/20180719/24235.html

工具推薦:Knuff離線push工具下載連接:https://github.com/KnuffApp/Knuff/releases

 

3.正則的使用:

 

4.Xcode快捷鍵刪除代碼塊:

鼠標放到行尾,command + delete

 

5.設置按鈕對齊顯示:

yesBtn.titleEdgeInsets = UIEdgeInsetsMake(0, 10, 0, 0)

yesBtn.contentHorizontalAlignment = .left

 

6.UITableView卡頓優化:

https://blog.csdn.net/liyunxiangrxm/article/details/75174401

相關文章
相關標籤/搜索