仿滴滴廣告彈出頁(上傳者:Jasee)
使用方法:
There is a demo project included that shows how to use the SID-AD-View.
draw the file "SIDADView.h","SIDADView.m" into your project.
import SIDADView.h in your class
create a new instance of SIDADView
using the following API to show the view:
- (void)showInView:(UIView *)view withFaceInfo: (NSDictionary *)info advertisementImage: (UIImage *)image borderColor: (UIColor *)color;
AF數據請求封裝(上傳者:小李廣)
對AF數據請求進行了封裝,很好使用,用起來簡便,裡面還可以傳送圖片,傳送多張圖片等
布局實現動態UITableviewCell的高度調整以及動畫效果(上傳者:obq0387_cn)
UITableViewCell的動態高度計算一直是一個交流討論的話題,也已經有了很多實現的機制,但更多的是需要一些擴展類什麼的,還有需要計算什麼的,使用起來比較麻煩。因此這裡推薦一種自動計算高度的方法,他是在我的MyXXXXLayout體系內實現的一套機制。