一個封裝好的iOS無限滾動組件HXInfiniteScrollView

來源:互聯網
上載者:User

標籤:

無限滾動組件封裝

特點 1.一句話就可以產生1個無限滾動視圖,傳入資料來源和內容檢視窗產生方法即可 2.使用AutoLayout構建,全自適應,內容頁自動跟隨滾動視圖變化,無需任何frame調整

 

HXInfiniteScrollView *infiniteScrollView=[[HXInfiniteScrollView alloc]initWithDataSource:@[@"資料1",@"資料2",@"資料3",@"資料4"] contentViewCreationBlock:^UIView *(id dataModel) {    UILabel *label=[UILabel new];    label.backgroundColor=[UIColor randomColor];    label.text=(NSString *)dataModel;    return label;}];infiniteScrollView.frame=CGRectMake(100, 100, 200, 100);[self.view addSubview:infiniteScrollView];

 

https://github.com/ashamp/HXInfiniteScrollView

 

覺得好用的話請給個star

一個封裝好的iOS無限滾動組件HXInfiniteScrollView

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.