Thursday, September 08, 2011

How to Parse a attribute using GDATA xml Parser

NSInteger type=[[(GDataXMLNode *)[[urls objectAtIndex:i] 
 attributeForName:@"type"] stringValue] intValue];
 NSInteger bit_stream=[[(GDataXMLNode *)
[[urls objectAtIndex:i]attributeForName:@"bit_stream"] 
stringValue] intValue];

No comments:

Create a list in SwiftUI with sticky section headers

 Sample Code import SwiftUI struct ContentView : View {     @State var isCustomViewControllerDisplayed = false     @State private va...