Yifan Zhu
Yifan Zhu
Agree. it is not wise for " TextView and ImageButton must be set to "@id/expandable_text" and "@id/expand_collapse" "
同样遇到这个问题,这个库感觉已经没人维护了
在 MDGLKViewController.m 中,修改如下方法为: @ben-kenobi ``` - (void)viewDidLayoutSubviews{ if (self.context == nil) return; float width = [[UIScreen mainScreen] bounds].size.width; float height = [[UIScreen mainScreen] bounds].size.height; [self.view setFrame:CGRectMake(0, 0, width, height)]; if...
@chitrangsinghvi there is no need to be so complicated , just do this : change the `style={[ styles.defaultStyle, position]}` to `style={[ styles.defaultStyle, position , {width: Dimensions.get('window').width}]}` and delete the `width`...
有解决的办法了吗