Wenchao Ding

Results 20 comments of Wenchao Ding

Hey guys. The function `registerNib` has been added. Please notice that the object in your nib file must be `UICollectionViewCell` object rather than `UIView`. Then you need to change the...

@dkcas11 If you cannot find `0.2.0` in CocoaPods, probably you should try `pod repo update`. | | |--- |

Hi @dkcas11 1. I don't quite understand what does this mean: `normal square cells are still behind my custom cell` 2. To keep the shadow, maybe you should try mask...

@dkcas11 I've been confused about this problem too. This workaround works for me. ```swift // Clear background colors in FSPagerViewCell subclass self.contentView.backgroundColor = UIColor.clear self.backgroundColor = UIColor.clear ```

Hi @wrousseau I made a fork for this as a temporary solution: https://github.com/f33chobits/FXForms/tree/exit-on-single-selection-branch The detail is : ![image](https://cloud.githubusercontent.com/assets/5186464/5991214/7171465e-aa1a-11e4-976c-6341b8f7bfbe.png) It's been tested in the sample project. But I don't know if...

- I understand you add hack_uiimageview_bf() as a switch to control whether users use this feature. But this is not a single switch, it's a global switch. When it's turned...

This might work :) https://github.com/dzenbot/DZNSegmentedControl/pull/43

For example, sometimes we want the url to be secret to protect some potential threat(it can't indeed, but better than do nothing).

Sure @dzenbot