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
Great sideBar very clean code and extremely easily installed. Said this i came up with an issue.
the following line:
self.contentView.backgroundColor = [UIColor clearColor];
when exist and i add the content of a uitableview lets say then the sideBar color is above whatever control i create and hides it, if i remove it it works as it should .
thank you for sharing
The text was updated successfully, but these errors were encountered:
Great sideBar very clean code and extremely easily installed. Said this i came up with an issue.
the following line:
self.contentView.backgroundColor = [UIColor clearColor];
when exist and i add the content of a uitableview lets say then the sideBar color is above whatever control i create and hides it, if i remove it it works as it should .
thank you for sharing
The text was updated successfully, but these errors were encountered: