> On Jan 17, 2018, at 5:24 PM, Alex Zavatone <[email protected]> wrote: > > po [cell.dataField isKindOfClass:[UITextField class]]
Have you tried "print [cell.dataField isKindOfClass:[UITextField class]]", instead, possibly casting the result to bool? The debugger may be getting confused when you're asking it to print an object, but the method returns a bool. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
