MBSliderView icon indicating copy to clipboard operation
MBSliderView copied to clipboard

An iOS control that looks like the 'Slide to unlock' slider

Results 4 MBSliderView issues
Sort by recently updated
recently updated
newest added

![screenshot 2016-10-19 16 34 53](https://cloud.githubusercontent.com/assets/17288216/19516658/8f626fba-961a-11e6-9b38-9e7b0f28fa7a.png) it will shows like this on iphone SE. if i change the font with name then it will works fine like [UIFont fontWithName:@"HelveticaNeue-Light" size:17]; but...

Quartz 2D Programming Guide中有这样一段说明: To set the font to a text encoding other than MacRoman, you can use the functions CGContextSetFont and CGContextSetFontSize. You must supply a CGFont object to...

Can you make it available on Cocoapods?

Hello, nice work you have out there. I tried to use this on my iOS 6 project with ARC. But after spending more than 30 minutes, I failed. I hope...