xinatanil

Results 6 issues of xinatanil

This UITableViewCellSubclass doesn't work properly, for some reason it just stretches the `avatarContainer` to cell's edges. ``` class BuggedCell: UITableViewCell { override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) { super.init(style: style, reuseIdentifier:...

Can't run "pod install" because it throws me this error ReusableKit/RxSwift (= 3.0.0) was resolved to 3.0.0, which depends on RxCocoa (~> 5.0) Please, add support for RxSwift 6.0.0

In some cases, we need BoomMenuButton to behave as a simple button, i.e. don't display any animations. After looking around in the code, I wasn't able to find a way...

I'm trying to delete a page and refresh my UI immediately after that but I can't because currentViewController is still the same! ``` print(pageController.currentViewController) // 0x12cd093b0 pages.remove(at: index) pageController.deletePage(at: index,...

If you install Telegram for macOS via .dmg (not via Mac App Store), then you will frequently get those dialogs with "New version of Telegram is available, would you like...

Currently, to show SideMenu I can use pan gesture anywhere on the screen, but in some cases I want it to happen only if user starts panning from the edge...