[iOS] Labels with WordWrap or CharacterWrap will Expand (#529)
authorSamantha Houts <samantha@teamredwall.com>
Thu, 12 Jan 2017 19:48:30 +0000 (11:48 -0800)
committerJason Smith <jason.smith@xamarin.com>
Thu, 12 Jan 2017 19:48:30 +0000 (11:48 -0800)
commit3af99cbbe145a876cc9839af0adead83695b5445
treea94639d66151591abac7ecc356cf947e12c8f4a2
parente7a7a57e4b2f7db71137e702be2663cf4f37d1b4
[iOS] Labels with WordWrap or CharacterWrap will Expand (#529)

* Add reproduction for 28650

* [iOS] Expand the label to fill width if wrapping

Also, simplify the `if` statement, since `LineBreakMode` is not a flags
enum and the only excluded member was `None`.

* Test two small labels next to each other in horizontal layout
Xamarin.Forms.ControlGallery.Android/Resources/drawable/caret_r.png [new file with mode: 0644]
Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj
Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
Xamarin.Forms.ControlGallery.iOS/caret_r.png [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla28650.cs [new file with mode: 0644]
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
Xamarin.Forms.Platform.iOS/Renderers/LabelRenderer.cs