As you can see in the image below, the TextField
of the UIAlertController
loses it's width.
I have this problem while running my project that uses PixateFreestyle
in iOS 9.
As you can see in the image below, the TextField
of the UIAlertController
loses it's width.
I have this problem while running my project that uses PixateFreestyle
in iOS 9.
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