bluesky

Results 10 comments of bluesky

> 什么意思呢? 就是 如何用 jxsegmentedView 实现 jxPageListView中的 下拉刷新、页面loading、悬浮header位置调整 这几个的效果

@12207480 为什么不维护了,重新构建了吗?

@heistings 遇到跟你同样的问题,有好的解决方案吗?

@heistings 非常感谢 `{ "name": "应用创造学", "other": "other values", "ext": { "desc": "应用创造学是一门研究创造的学问", "date": "2011-03-03" } } { "name": "应用创造学", "other": "other values", "desc": "应用创造学是一门研究创造的学问", "date": "2011-03-03" } @interface Ext :...

@heistings 反复查看源码提供的接口 找到了解决方案:modelCustomWillTransformFromDictionary

@andi911 改成 ct_height更合理些,否则很多类似的分类都起名 height未做区分调用起来就有点坑,自己代码库更新下 花点时间就跳完了

fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=261 "The file “xxxxxClass.h” couldn’t be opened using text encoding Unicode (UTF-8).

@drogojinaru @wojczitsu [green line](https://discussions.apple.com/message/12874240#12874240) it works for me ``` CGFloat previewWidth = CGRectGetWidth(self.bounds); CGFloat previewHeight = CGRectGetHeight(self.bounds); CGFloat fixedWidth = ceil(previewWidth / 16) * 16; ```

@wojczitsu [fix green border](https://stackoverflow.com/questions/22883525/avassetexportsession-giving-me-a-green-border-on-right-and-bottom-of-output-vide), [why green line](https://discussions.apple.com/message/8525272#8525272) it works for me, wish help you 😊

子组件不能嵌套 text的话,做富文本如何操作??