原创 激活方式適用於JetBrains的全系列:IDEA、WebStorm、phpstorm等軟件

https://blog.csdn.net/u014044812/article/details/78727496

原创 ios上架報錯解決方法

ERROR ITMS-90087: “Unsupported Architectures. The executable for yht.temp_caseinsensitive_rename.app/Frameworks/VideoCo

原创 iOS scrollView下移20像素

self.edgesForExtendedLayout = UIRectEdgeNone;

原创 ios automaticallyAdjustsScrollViewInsets

簡單點說就是automaticallyAdjustsScrollViewInsets根據按所在界面的status bar,navigationbar,與tabbar的高度,自動調整scrollview的 inset,設置爲no,不讓vie

原创 const常量與define宏定義的區別

define RADIUS 100; const float RADIUS = 100; (1) 編譯器處理方式不同   define宏是在預處理階段展開。   const常量是編譯運行階段使用。 (2) 類型和安全檢查不同

原创 ios按鈕點擊導致程序崩潰

如果在靜態方法中給按鈕添加target會導致程序崩潰,button找不到當前的controller

原创 ios開發技巧

在uiviewcontroller中收起鍵盤,除了調用相應控件的resignfirstresponder方法外還有其他三種方法: 1 重載uiviewcontroller的touchsbegin方法,調用[self.view endE