-2

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
  • Welcome to StackOverflow! It would be useful to get more detail so that we can help answer your question. Specifically, _when_ does the `TextField` 'lose' it's width? What is the width supposed to be? What code have you implemented to do this? Please refer to http://www.stackoverflow.com/help/mcve – Nathaniel Ford Feb 23 '16 at 17:17

1 Answers1

0

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