David B Levi

Results 5 comments of David B Levi

Here's another way to change the appearance of the action button, without subclassing or making changes in MVPhotoBrowser. In case anybody finds it useful. MWPhotoBrowser *browser = [[MWPhotoBrowser alloc] initWithDelegate:self];...

http://stackoverflow.com/questions/22539937/direct-access-to-objective-cs-isa-is-deprecated-in-favor-of-object-getclass On Wednesday, May 14, 2014, angelmic [email protected] wrote: > There are many place using "isa", in the Xcode 5.1.1 will get errors. > > How to correct that ?...

Hi George, That wouldn't be hard, I'll look at it when I get some spare time. Hope my answer to your previous question was helpful. Dave

Hi George, I ran into the same issue some time back with checking if a sketch is empty. Here's a link to a SO question with code I used (and...