Jan Galler

Results 2 issues of Jan Galler

Hey, I really _love_ ANSegmentedControl! But, I try to implement the onClick Action. But this Action wont called, if I use "ANSegmentedControl" instead. This Action is ignored, but how to...

I'm using the following code sometimes to deal with data: ``` NSManagedObjectContext *context = [appDelegate managedObjectContext]; if (context != nil) { __block NSArray *objects; [context performBlockAndWait:^ { NSEntityDescription *entityDesc =...