Skip to content

Instantly share code, notes, and snippets.

@jacobvanorder
jacobvanorder / PresentedViewController.m
Created April 21, 2015 20:38
Solution for WKInterface button doesn't change title
/* Catch and use the model object*/
@interface PresentedViewController()
@property (nonatomic, strong) SGYourActionModelObject *actionBlockObject;
@end
- (void)awakeWithContext:(id)context {
NSAssert([context isKindOfClass:[SGYourActionModelObject class]], @"Expected SGYourActionModelObject")