2d
awarded Nice Question
May
31
awarded Popular Question
May
30
awarded Notable Question
May
21
awarded Supporter
May
15
asked Facebook JS connect unsupported browser
Apr
14
comment Swipe between UIButtons
dragExit is called when my finger leaves the first button but dragEnter is never called.
Apr
14
comment Swipe between UIButtons
It doesn't work... :(
Apr
14
asked UISwipeGestureRecognizer without touch down
Apr
13
asked Swipe between UIButtons
Apr
13
awarded Excavator
Apr
13
revised How to set the back ground color to the UIActionSheet in iPhone?
Changed a typo in the title - "backgroung" to "background"
Apr
13
comment Access @property from ^block
I can't access any synthesized property inside the block. Could it be because the block is called by another class?
Apr
13
comment Access @property from ^block
Error is on the void(^success)(NSData *,NSURLResponse *) = [dictionary objectForKey:@"success"]; line of NSURLConnection-block.m.
Apr
13
comment Access @property from ^block
I still get an EXC_BAD_ACCESS error. :(
Apr
12
comment Access @property from ^block
If I NSLog feedList in the getStream method (just above the start of the block then I get it's contents, but if I NSLog it inside the block, I get the EXC_BAD_ACCESS error.
Apr
12
revised Access @property from ^block
added NSURLRequest-block class code
Apr
12
comment Access @property from ^block
Yes @bshirley it is a runtime error.
Apr
12
comment Access @property from ^block
If I remove it, it does.
Apr
12
comment Access @property from ^block
If I do add this - NSLog(@"%@", [self feedList]); - it doesn't work
Apr
12
comment Access @property from ^block
I get an EXC_BAD_ACCESS error... :(
1 2 3 4 5