-
If SlideMenuController.init(mainViewController: UIViewController, leftMenuViewController: UIViewController), after device rotate ,the method that isRightOpen() always be true. So, handleLeftPanGesture…
-
I have left menu in my app and no right menu
After first init everything is OK, but after I close menu with this method
`public func changeMainViewController(mainViewController: UIViewController, cl…
Sol88 updated
8 years ago
-
// 1. 创建一个属性文本
NSMutableAttributedString *text = [[NSMutableAttributedString alloc] initWithString:@"Some Text, blabla..."];
```
// 2. 为文本设置属性
text.yy_font = [UIFont bo…
-
I have both the center and left views set with a background color white. When dragging to open the left view there is a very thin black line that flashes as you drag the view.
![ios simulator scree…
-
Hi, i have a questio.
From my mainviewcontroller, i use "self.navigationController.pushViewController" to get to another view
but the default panGesture to back to my mainviewcontroller, is replaced …
-
The tapGesture in SideNavigationController.swift cancels out the touch events in the side views. I've only encountered this with a UITableView that I had in the side view controller. didSelectRowAtInd…
-
I would consider this as a breaking change and add it to the list of breaking changes. Is there a substitute for Pan Gesture or a way that I can easily port it over to the new TouchScript?
-
还是报错,我已经下载了分支Xcode7.3Handle,但是还出现像他们issure那样的报错!
-
Hi. I followed your instructions for getting started with react-native-icons and I've tested a basic icon and it worked.
``` javascript
```
If I try to customize the tabbar I get the following erro…
-
Swipe the notification to ignore always acts like tapping.
I want to make the ship gesture very smooth so if user intends to ignore the message its not forcing him to enter.
Its erratic many times …