修復(fù) git push 報(bào)錯(cuò) roc failed; cur 錯(cuò)誤原因: 解決方法:git config --global http.versi...
1、第一步,配置 scheme在項(xiàng)目的 info.plist 文件里加入scheme 添加配置項(xiàng) 2、配置 url高德地圖 egiosamap:...
使用 .cornerRadius 設(shè)置圓角邊框時(shí),會(huì)出現(xiàn)黑色毛邊,可以使用下面的方法進(jìn)行修改// 添加圓角CAShapeLayer *circl...
CAAnimation 它的 delegate 是用 strong 修飾的,在設(shè)置其代理并且其 removedOnCompletion 屬性為 ...
view 根據(jù) tag 獲取它的子視圖時(shí),會(huì)根據(jù) tag 值在第一個(gè)被 addSubView 的視圖層級(jí)上尋找,找到的話就會(huì)返回,沒找到的話,就...
1、坑點(diǎn):使用boundingRectWithSize 方法計(jì)算字符串的寬度時(shí),option 使用NSStringDrawingUsesLine...
UIWebView 可以根據(jù)它的代理方法 - (BOOL)webView:(UIWebView*)webView shouldStartLoad...
使用 UITableView qUITableViewStyleGrouped 樣式時(shí),即使使用代理設(shè)置了第一個(gè) section header ...
當(dāng) UIScrollView 的 contentSize 的寬、高 小于 它自身的 frame 的寬、高時(shí),默認(rèn)的彈簧效果會(huì)消失;如果想恢復(fù)彈簧...