dekatotoro/SlideMenuControllerSwift

Dynamic SlideMenuWidth ?

Open

#166 aperta il 18 mag 2016

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Swift (748 fork)github user discovery
help wanted

Metriche repository

Star
 (3379 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor