Koki Tang

Results 9 comments of Koki Tang

For example, textfield's placeholder color is gray when it is not editing, but be red when editing. Now we can only set placeholderColor for both state, ie gray color in...

Have you tried use Constant string like @"string" ? Or try to look at your scheme and run as debug. Or try to Enable Zombie Objects to find what's going...

still not fixed the problem? LOL I meet this b4 but I forgot how to fix. But it SHOULD be your scheme setting problem

sorry, scheme is not the main cause, but you can Enable Zombie Objects in scheme to find out the root of problem. From stack overflow: EXC_BAD_ACCESS KERN_INVALID_ADDRESS generally means that...

BTW, have you tried use Constant string like @"string" to test the code? E.g.: [RKDropdownAlert title:@"I'm Title" message:@"help me!!"];

For Zombie, it can work in Release, you can edit your scheme to set Run as Release to help you find which one variable had been release memory by system....

Problem may happened by this statement. 10 MyApp 0x74847 -[ZZFileViewController p_refreshByConnectStatus](ZZFileViewController.m:1186)

Hi mates, did you manage to fix this issue?

> Do we have any solution for this issue??? @kokitang @MatBdry @iancartis ? I have revamped/redesigned the whole page specifically for Android to make the pdf view the only scrollable...