Emil Bogren

Results 16 comments of Emil Bogren

You can see some stats of CocoaPod usage here: https://cocoapods.org/pods/IGListKit Edit: Buffer is using IGListKit. [Blog post](https://overflow.buffer.com/2017/04/10/keeping-data-fresh-buffer-ios-asyncdisplaykit-iglistkit-pusher/). And so do we 😇

You can try to empty the queue of waiting layout operations with `layoutIfNeeded` and use it again when you try to grow your view.

To answer your first question: If you link with iOS 10 you must declare access to any user private data types. You do this by adding a the key and...

I need more info to be able to answer your second issue. You can try to set the `titleColor` using the designables.

I need more info the be able to help :(

Hey, I played around with `SkyFloatingLabelTextFieldWithIcon` you can set the variable `iconMarginBottom` to position the icon. Here is the code [SkyFloatingLabelTextFieldWithIcon#L65-L71](https://github.com/Skyscanner/SkyFloatingLabelTextField/blob/master/Sources/SkyFloatingLabelTextFieldWithIcon.swift#L65-L71)

I think you have to do it manually atm. `SkyFloatingLabelTextFieldWithIcon` sets the frame based on the variable. I think aligning the icon and label make sense, I can see what...

When is `"BcR-hT-edQ.placeholder" = "يرجى إدخال بريدك الإلكتروني.";` set? You have placeholder set the Storyboard and then set it again in code? Remove the line in your screenshot.

Ah now I understand your setup and your problem. Can you provide sample code?

Does it work for other languages? Is other labels and test translated? If you create a sample project and upload here with the same setup I can take a look...