網(wǎng)絡(luò)解析(OC_UI)

ViewController.m

#import "ViewController.h"
#import "Song.h"

@interface ViewController ()
<
UITableViewDataSource,
UITableViewDelegate
>

@property(nonatomic,retain)NSMutableArray *songArray;
@property (nonatomic,retain)UITableView *tableView;
@property (nonatomic,assign)NSInteger pageNumber;
@property (nonatomic,assign)BOOL isRefresh;
@end

@implementation ViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    self.pageNumber = 1;
    
    self.songArray = [[NSMutableArray alloc] init];
    
    
    UITableView *tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStylePlain];
    tableView.dataSource = self;
    tableView.delegate = self;
    [self.view addSubview:tableView];
    self.tableView = tableView;
    NSString *URLString = @"http://172.18.26.196/get.php?page=1";
    [self getDataWithURLString:URLString];

   }


-(void)scrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate{
    
    CGFloat offsety = scrollView.contentOffset.y;
    CGFloat contentHeight = scrollView.contentSize.height;
    if (contentHeight <= scrollView.frame.size.height) {
        contentHeight = scrollView.frame.size.height;
    }
    if (offsety >= contentHeight - scrollView.frame.size.height + 50) {
        self.isRefresh = NO;
        self.pageNumber++;
        NSString *URLString = [NSString stringWithFormat:@"http://172.18.26.196/get.php?page=%ld",self.pageNumber];
        [self getDataWithURLString:URLString];
    }else if (offsety <= -80.f){
        self.isRefresh = YES;
        self.pageNumber = 1;
        NSString *URLString = [NSString stringWithFormat:@"http://172.18.26.196/get.php?page=%ld",self.pageNumber];
        [self getDataWithURLString:URLString];
        
        
    }
    NSLog(@"%lf",offsety) ;


}

- (void)getDataWithURLString:(NSString *)URLString{
    NSURL *url = [NSURL URLWithString:URLString];
    NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:url];
    NSURLSession *session = [NSURLSession sharedSession];
    NSURLSessionDataTask *dataTask = [session dataTaskWithRequest:request completionHandler:^(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error) {
        
        //異步             主線程
        dispatch_async(dispatch_get_main_queue(), ^{
            
            
            if (self.isRefresh == YES) {
                [self.songArray removeAllObjects];
            }
            

            if (!error) {
                id result = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingMutableContainers error:nil];
                NSLog(@"result:%@",result);
                
                for (NSDictionary *songDic in result) {
                    Song *song = [[Song alloc] init];
                    [song setValuesForKeysWithDictionary:songDic];
                    [self.songArray addObject:song];
                }
                //刷新tableView
                [self.tableView reloadData];
                
            }else{
                
                NSLog(@"error :%@",error);
            }
        });
    }];
    [dataTask resume];

}

-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
   return self.songArray.count;
}
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
    Song *song = self.songArray[indexPath.row];
    
    static NSString *songId = @"song";
    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:songId];
    if (nil == cell) {
        cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:songId];
    }
    cell.textLabel.text =song.name;
    cell.detailTextLabel.text = song.singerName;
    
    return cell;
}


- (void)didReceiveMemoryWarning {
    [super didReceiveMemoryWarning];
    // Dispose of any resources that can be recreated.
}

@end

Song.h

@property (nonatomic,copy)NSString *name;
@property (nonatomic,copy)NSString *number;
@property (nonatomic,copy)NSString *pic;
@property (nonatomic,copy)NSString *singerName;
@property (nonatomic,copy)NSString *url;

Song.m

- (void)setValue:(id)value forUndefinedKey:(NSString *)key{


}

這是ios中的網(wǎng)絡(luò)解析废睦,是異步的。
PS:(能看懂的大神們自己看吧范嘱,如果可以的話隨便交流交流糟红,學(xué)渣表示很迷茫啊)

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末猪贪,一起剝皮案震驚了整個濱河市跷敬,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌热押,老刑警劉巖西傀,帶你破解...
    沈念sama閱讀 212,718評論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件斤寇,死亡現(xiàn)場離奇詭異,居然都是意外死亡池凄,警方通過查閱死者的電腦和手機(jī)抡驼,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,683評論 3 385
  • 文/潘曉璐 我一進(jìn)店門鬼廓,熙熙樓的掌柜王于貴愁眉苦臉地迎上來肿仑,“玉大人,你說我怎么就攤上這事碎税∮任浚” “怎么了?”我有些...
    開封第一講書人閱讀 158,207評論 0 348
  • 文/不壞的土叔 我叫張陵雷蹂,是天一觀的道長伟端。 經(jīng)常有香客問我,道長匪煌,這世上最難降的妖魔是什么责蝠? 我笑而不...
    開封第一講書人閱讀 56,755評論 1 284
  • 正文 為了忘掉前任,我火速辦了婚禮萎庭,結(jié)果婚禮上霜医,老公的妹妹穿的比我還像新娘。我一直安慰自己驳规,他們只是感情好肴敛,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,862評論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著吗购,像睡著了一般医男。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上捻勉,一...
    開封第一講書人閱讀 50,050評論 1 291
  • 那天镀梭,我揣著相機(jī)與錄音,去河邊找鬼踱启。 笑死报账,一個胖子當(dāng)著我的面吹牛,可吹牛的內(nèi)容都是我干的禽捆。 我是一名探鬼主播笙什,決...
    沈念sama閱讀 39,136評論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼胚想!你這毒婦竟也來了琐凭?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,882評論 0 268
  • 序言:老撾萬榮一對情侶失蹤浊服,失蹤者是張志新(化名)和其女友劉穎统屈,沒想到半個月后胚吁,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,330評論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡愁憔,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,651評論 2 327
  • 正文 我和宋清朗相戀三年腕扶,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片吨掌。...
    茶點(diǎn)故事閱讀 38,789評論 1 341
  • 序言:一個原本活蹦亂跳的男人離奇死亡半抱,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出膜宋,到底是詐尸還是另有隱情窿侈,我是刑警寧澤,帶...
    沈念sama閱讀 34,477評論 4 333
  • 正文 年R本政府宣布秋茫,位于F島的核電站史简,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏肛著。R本人自食惡果不足惜圆兵,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 40,135評論 3 317
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望枢贿。 院中可真熱鬧殉农,春花似錦、人聲如沸萨咕。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,864評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽危队。三九已至聪建,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間茫陆,已是汗流浹背金麸。 一陣腳步聲響...
    開封第一講書人閱讀 32,099評論 1 267
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留簿盅,地道東北人挥下。 一個月前我還...
    沈念sama閱讀 46,598評論 2 362
  • 正文 我出身青樓,卻偏偏與公主長得像桨醋,于是被迫代替她去往敵國和親棚瘟。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,697評論 2 351

推薦閱讀更多精彩內(nèi)容