dekatotoro / dekatotoro/SlideMenuControllerSwift
Dynamic SlideMenuWidth ?
Open
help wanted
- Dominant language
- Swift
- Stars
- 3.4k
- Forks
- 742
- PR merge metrics
- No merged PRs in 30d
Description
Could you add dynamic width, such as:
var viewWidth: CGFloat { return isLandscape ? (isPadOrTV ? 0.4 \* screenSize.width : 0.65 \* screenSize.width) : (isPadOrTV ? 0.45 \* screenSize.width : 0.8 \* screenSize.width)
}
:: changeLeftViewWidth :: is not working properly
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.