|
|
|
iOS - How to create Multiple Request URL in viewdidload() |
|
|
|
|
|
|
|
please give brief description about this flow chart
|
|
|
|
|
Date :
2013-09-18 10:19:43 |
By :
vishwa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I use this method now working but data coming first null after few second automatically coming. any solution for this null value
Code (Objective-C)
@property (nonatomic,retain) NSURLConnection *myConnection;
@property (nonatomic,retain) NSURLConnection *mySecondConnection;
Code (Objective-C)
- (void)connectionDidFinishLoading:(NSURLConnection *)connection{
if (connection == myConnection){
//do something
}
if (connection == mySecondConnection){
// do something else
}
}
|
ประวัติการแก้ไข 2013-09-18 12:28:22
|
|
|
|
Date :
2013-09-18 11:44:43 |
By :
vishwa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
you can write class to connection and create public methods to request
|
|
|
|
|
Date :
2013-09-18 13:38:19 |
By :
j4kkapongz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok
|
|
|
|
|
Date :
2013-09-19 10:49:29 |
By :
vishwa |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|