I have got the parsing down, just having difficulties storing in an NSArray. I setup an NSLog for the NSArray and expect this:
But, I get this:
Code:
TabBarSample[40191:fb03] (
(
"http://domain.com/image1.jpg"
),
(
"http://domain.com/image2.jpg"
)
)
Code:
TabBarSample[40191:fb03] (
"http://domain.com/image1.jpg"
)
2012-05-23 14:35:23.408 TabBarSample[40191:fb03] (
"http://domain.com/image2.jpg"
)
Last edited: