Skip to content

Commit

Permalink
Fixed retain cycle
Browse files Browse the repository at this point in the history
Closes #18
  • Loading branch information
davbeck committed Mar 24, 2015
1 parent 4bfd175 commit afd7bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TURecipientBar/TURecipientsDisplayController.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
attach to the bottom, right and left of the view, and the bottom of the recipients bar. For
obvious reasons, the view property should return a UIView and not a UIScrollView.
*/
@property (nonatomic, strong) IBOutlet UIViewController *contentsController;
@property (nonatomic, weak) IBOutlet UIViewController *contentsController;

/** The table view used to display search results.
Expand Down

0 comments on commit afd7bb4

Please sign in to comment.