Tim Bernikovich

Results 7 issues of Tim Bernikovich

Try create PLPartyTime object, "joinParty", then "leaveParty", then release this object. It will crash when new session will be creating (while deallocating). My (not the best) solution is to change...

Hello guys. Looks like it's very common way to write following code (or unwrap superview): ``` button.snp.remakeConstraints { $0.centerX.equalTo(view.snp.trailing) $0.centerY.equalTo(view.snp.top) $0.width.height.equalTo(40.0) } ``` It will be cool if you can...

enhancement
need info

Hello guys. I have faced with an issue related to safe area during interactive presentation. Does someone knows how to fix it? I have added in PresentrExample.MainTableViewController -> `lazy var...

Hello. I have issue with custom controllers hierarchy. My VCs stack looks like this: ![VCs stack](https://s11.postimg.org/gmij67skj/Screen_Shot_2016_11_28_at_3_54_27_PM.png) Code in blue VC: ``` - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; static UIScrollView *scrollView; if...

Hello. How should I implement constraints to get rid of these warnings. I see it comes when table view requests cells for index path: I setup cells like subview.top ==...

question

…ilities to subclassing. Other minor improvements.

I find this library very helpful. But I don't want to change dependency management solution for single tiny library. :'(