YuAo / WUEmoticonsKeyboard

Customizable emotion icons keyboard for iOS.
MIT License
339 stars 74 forks source link

iOS 7 problem: segmentControl not showing images #3

Closed WeeTom closed 11 years ago

WeeTom commented 11 years ago

ios 2013-10-10 4 56 42

see image above, help me out here and thanks!

YuAo commented 11 years ago

try setting the image using

[[UIImage imageName:@"youimagename"] imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal];

on iOS 7

WeeTom commented 11 years ago

Thanks! Works. Yet found that the original images do not fit so well when touched.