You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.tableView.delegate = myBar.behaviorDefiner as? UITableViewDelegate was not working for me... optional downcast gave back nil. I made my own delegate splitter that returns UITableViewDelegate.
I have tested BLKFlexibleHeightBar in my project, but it just show no effect.
And i could not find the reason. Could anyone help me? Many thanks!!
my test project repo:
https://github.com/gantoday/BLKFlexibleHeightBar-test
my viewController:
The text was updated successfully, but these errors were encountered: