UIAlertContoller Textfield width iOS 9

55 Views Asked by At

As you can see in the image below, the TextField of the UIAlertController loses it's width.

Screencap of textfield width

I have this problem while running my project that uses PixateFreestyle in iOS 9.

1

There are 1 best solutions below

0
On

For now i solved it adding this to the default.css file in my project:

A work-around:

collection-view collection-view-cell > view {
   width: 270px;
}

cit: >> https://github.com/Pixate/pixate-freestyle-ios/issues/178