help wanted
倉庫指標
- Star
- (3,379 star)
- PR 合併指標
- (PR 指標待抓取)
描述
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