Cem Olcay
Cem Olcay
Hi, I added `setBackgroundColor:` method to project, and removed the yellowColor in init method
slider items hold in @property (nonatomic, strong) NSMutableArray *categoryViews which is a private property in CategorySliderView.m file. you can make it public by cutting and pasting into .h file. after...
hi, thanks ! you can use them for laying out your views manually for example, if you want align two views horizontally with 10px padding ``` swift let padding: CGFloat...
Hi, you can try a couple of things for that. - You can iterate all sublayers of your view's layer and update their transforms. - You can make the `glowingLayer`...
Could you please write in English?
Hi, thanks. You can embed the sliding view controller in a ContainerView and you can set the size of ContainerView freely in your storyboard. If you have not experienced with...
Hi, sure you need to add in your content controller.
as soon as i update [cemkit](https://www.github.com/cemolcay/CEMKit-Swift) to swift 1.2. most of the problem fixed when cemkit adopts to 1.2. i will update (probably in a new 1.2 branch) in a...
hi, you can use swift 1.2 branch with xcode 6.3 release version. https://github.com/cemolcay/MaterialCardView/tree/swift1.2
Hi, Did you tried swift 1.2 branch ? https://github.com/cemolcay/MaterialCardView/tree/swift1.2 > On 20 May 2015, at 16:40, Balasubramanian Kasamuthu [email protected] wrote: > > Hi, > > Still it has build errors,...