原创 CustomLable

#import <Foundation/Foundation.h> @interface CustomerLable : UILabel {   

原创 移動圖片

-(void)chooseRect{          float newX=0,newY=0;     CGRect newFrame;     

原创 中文 轉 拼音

// //  ChineseToPinyin.h //  LianPu // //  Created by shawnlee on 10-

原创 pbxuser

*.mode1v3 *.pbxuser  這些文件,和項目代碼沒多大關係,和窗口布局,顯示位置相關。  且包含斷點信息 轉載自 http://stackoverflow.com/questions/2373046/xcodeproj-f

原创 svn

SVN: How to resolve a conflict tutorial Posted by Charleson August 10, 2010 Leave a comment (4)Go to comments This t

原创 UILable 庫

https://github.com/AliSoftware/OHAttributedLabel UILabel是經常使用的一種控件,iOS上的UILabel已經能很好滿足一些需求。比如設置對齊方式,換行模式等等。 但如果需求是需要一串

原创 代碼資源

搞了好久的ios開發,過程遇到各種各樣的問題,基本都是靠百度+google,然後下載別人的開源代碼來研究,下面列出一些常逛的ios開源代碼網站,分享

原创 縮放

// //  PinchView.m //  ViewDemo // //  Created by wgd on 12-4-25. //  Copy

原创 快速 打開模擬器文件夾 和去影藏

open /Users/wgd/Library/Application\ Support/iPhone\ Simulator/4.3/Applications                      快速打開模擬器文件夾  open

原创 開源庫

https://github.com/enormego/EGOTableViewPullRefresh https://github.com/enormego/EGOImageLoading https://github.com/en

原创 不錯blog

http://www.cnblogs.com/iphone520

原创 imageView 添加手勢失敗原因

    imageView = [[UIImageView alloc] initWithFrame:CGRectMake(8, 8, 200, 2

原创 willAnimateFirstHalfOfRotationToInterfaceOrientation 爲什麼沒調用????

wThe default implementation of this method does nothing. If you override this method, you should not override either th

原创 代碼收集

https://github.com/haqu/tweejump  cocoa   開源遊戲 ABC123 is an interesting game for iPhone, iPod touch and iPad. "Simpl

原创 UIPinchGestureRecognizer

http://stackoverflow.com/questions/5647084/limit-maximum-scale-for-scaling-image-with-pinch-gesture-in-ios   http://sta