Sebastian Thiebaud

Results 4 issues of Sebastian Thiebaud

Problem: Right now, when we use a custom font for the `-[FXFormTextViewCell textView]` the height isn't right. `+ (CGFloat)heightForField:(FXFormField *)field width:(CGFloat)width` is initializing a static `UITextView` object with `[UIFont systemFontOfSize:17];`...

Because you use my work, I just want to let you know this version of my code contains some bugs. Refer to the newest code here https://github.com/SebastienThiebaud/STTimeSlider

### Is your feature request related to a problem? Please describe it. Everytime a new release is created, it can take hours before the associated podspec is published to Cocoapods....

enhancement
cocoapods

Hello I have a problem with this code: ``` self.pictureView.reverse = YES; self.pictureView.animationDuration = 0.5; self.pictureView.imageContentMode = UIViewContentModeScaleAspectFill; ``` At the end of the animation, my images are still pixelated...