Release History

By product

UI for iOS Q1 2016 (version 2016.1.0308)

March 7, 2016

Alert

FIXED
  • TKAlert does not show up in some situations - it stays hidden behind the top most view.

ListView

FIXED
  • Setting horizontal scroll direction to TKListViewLinearLayout allows the list view to bounce vertically.

DataForm

FIXED
  • TKDataFormMultilineTextEditor: When you set fill on the editor the UITextView is white.
  • Invoking TKDataForm's update method does not update the value of the editor.
  • Setting accessoryArrowStroke of editor style has no effect.
CHANGED
  • TKEntityProperty: feedbackImage property is removed. Please use positiveImage and errorImage properties are added instead.
  • TKDataFormSegmentedEditor - valueSource property is removed.
  • TKEntityProperty - valuesProvider is now of type NSArray.

Chart

FIXED
  • Stacked bars in two groups appear incorrectly.
  • TKChartDelegate's method chart:textForAxis:value:atIndex: method is called for tick index after the last visible tick.
  • Data point selection does not work properly when used with active zoom on iPhone 6s, 6s+.