Matej Bukovinski
Matej Bukovinski
- limits pan by class name - i.e., `self.viewController.panViewClasses = @[[UINavigationBar class]];` limits scroll to UINavigationBar and all navigationbar subviews
I'm getting a lot of NSLog console output from this line: NSLog(@"%i >= %i ?", index, [_visibleCells count]); It's in AQGridView.m, line 1594. Is there any purpose to this? It...
Constraints are currently recreated whenever the configuration changes. Reusing them would be nicer, but could potentially produce way messier code. Not sure how to best handle this. Also not sure...
The first 50% were easy. The next 50% will be a bit more work. See https://codecov.io/github/matej/MBProgressHUD?branch=master. Tests go in https://github.com/jdg/MBProgressHUD/blob/master/Demo/HudTests/HudTests.m. Everybody is welcome to join in.
.. and make @orta happy. https://cocoapods.org/pods/MBProgressHUD/quality Some stuff is already (partially) done - tests, explicit CHANGELOG.mdown, etc. Also doing https://github.com/jdg/MBProgressHUD/issues/334#issuecomment-177570424 might improve the statistics.
There are a bunch of now outdated PRs stating and addressing possible issues with HUD reuse. This needs to be covered by tests and properly addressed. - #79 - #89...