首先是標頭檔案
wate***ll.h
#import
#import "quartzcore/quartzcore.h"
#import "../sbjson/sbjson.h"
#import "egoimageview.h"
@inte***ce wate***ll : nsobject
@property nsstring *datafromserver;
@property nsarray *imagewidths;
@property nsarray *imageheights;
@property nsarray *imagesources;
@property float topdistance;
@property float rowwidth;
@property float rowdistance;
@property float fallheight;
@property float itemoriginy_1st; //第一列高度
@property float itemoriginy_2nd; //第二列高度
@property float itemoriginy_3rd; //第三列高度
@property float itemoriginx_1st;
@property float itemoriginx_2nd;
@property float itemoriginx_3rd;
@property uiview *fall;
-(uiview *)createwate***ll:(nsarray *)imagesrc;
-(float)getfallheigth;
-(void)addwate***ll;
@end
wate***ll.m 主要是createwate***ll,addwate***ll基本和createwate***ll差不多
}組合上sbjson 的模組基本就ok了。
原創 我也不JB了 iPhone
abstract 由於美國法院認定jb並不違法,jb已經成為全民運動,且最近iphone全系列都可以在ios 4上jb了,且只需在iphone上用safari上網即可slide to jailbreak,這麼簡單的jb方式真是史無前例,jb再也不是hacker的專利了,不過我已經退出jb的行列,再也...
學習iPhone開發書籍之我薦!
學習iphone開發書籍之我薦!我也學習iphone開發所需具備的objective c語言將近1個月的時間了,期間看過買過不少書籍。自己總結並推薦幾本我覺得非常不錯的輔助學習書籍 最重要還是多上機敲 我也是這麼漸漸入門的 1,我俗稱他為 紅橙子 iphone開發基礎教程 綠橙子 我雖然也買了,可是...
iPhone開發之UISearchBar學習
from iphone開發之uisearchbar學習是本文要學習的內容,主要介紹了uisearchbar的使用,不多說,我們先來看詳細內容。關於uisearchbar的一些問題。1 修改uisearchbar的背景顏色 uisearchbar是由兩個subview組成的,乙個是uisearchba...