Skip to content

Instantly share code, notes, and snippets.

@chrisp-fb
Created May 22, 2015 16:51
Show Gist options
  • Save chrisp-fb/221acaf6ef44765ef9d7 to your computer and use it in GitHub Desktop.
Save chrisp-fb/221acaf6ef44765ef9d7 to your computer and use it in GitHub Desktop.
diff --git a/src/UI/FBFriendPickerViewController.m b/src/UI/FBFriendPickerViewController.m
index f233715..da8b293 100644
--- a/src/UI/FBFriendPickerViewController.m
+++ b/src/UI/FBFriendPickerViewController.m
@@ -29,6 +29,8 @@ int const FBRefreshCacheDelaySeconds = 2;
@implementation FBFriendPickerViewController
+@dynamic selection;
+
#pragma mark - Custom Properties
- (void)setSelection:(NSArray *)selection {
diff --git a/src/UI/FBPeoplePickerViewController.m b/src/UI/FBPeoplePickerViewController.m
index ad5b9be..144dd52 100644
--- a/src/UI/FBPeoplePickerViewController.m
+++ b/src/UI/FBPeoplePickerViewController.m
@@ -31,6 +31,8 @@
@implementation FBPeoplePickerViewController
+@dynamic allowsMultipleSelection;
+
- (instancetype)initWithCoder:(NSCoder *)aDecoder {
self = [super initWithCoder:aDecoder];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment