IOS開發UIImage中stretchableImageWithLeftCapWidth方法的解釋
- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapWidth; Creates and returns a new ...
UIImage stretchableImageWithLeftCapWidth: NSInteger leftCapWidth topCapHeight: NSInteger topCapHeight 這個函數是UIImage的一個實例函數,它的功能是創建一個內容可拉伸,而邊角不拉伸的圖片,需要兩個參數,第一個是左邊不拉伸區域的寬度,第二個參數是上面不拉伸的高度。 根據設置的寬度和高度,將接下 ...
2012-04-25 10:29 2 31286 推薦指數:
- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapWidth; Creates and returns a new ...
- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapHeight 這是 UIImage 的一個實例方法,它的功能是創建一個內容可拉伸,而邊角不拉伸 ...
大家好,百忙之中,抽出點空,寫個微博,話說好久沒寫。 最近項目中有碰到寫類似微信聊天界面上的效果,特整理了一下,寫了一個小的Demo,希望給沒頭緒的同學們一個參考! 下載地址:http://fil ...