dekatotoro/SlideMenuControllerSwift

Dynamic SlideMenuWidth ?

Open

#166 opened on 2016年5月18日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Swift (748 forks)github user discovery
help wanted

Repository metrics

Stars
 (3,379 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド