Telerik UI for iOS Q1 2016 (version 2016.1.0113) Retail » Developer.Team

Telerik UI for iOS Q1 2016 (version 2016.1.0113) Retail

Telerik UI for iOS Q1 2016 (version 2016.1.0113) Retail
Telerik UI for iOS Q1 2016 (version 2016.1.0113) Retail | 110 Mb


Telerik UI for iOS is available separately or as part of the Telerik Platform, the first end-to-end platform for hybrid, native and web development across all devices. Join the platform to:

Get industry-leading UI tools for building web, hybrid and native apps
Design, develop and test mobile apps
Simplify data management, data integration, user management and push notifications
Explore user behavior with powerful app analytics

Filling Gaps in the UIKit Framework
Telerik UI for iOS delivers controls and functionalities missing in the UIKit Framework, such as Chart, Calendar, ListView and more. These controls are feature-rich and accomodate a wide range of scenarios. The Chart supports 10+ fully customizable chart types, a collection of pre-built animations and advanced features such as Trackball and Annotations. The ListView provides the most frequently used functionalities associated with a ListView scenario, all in one framework eliminating the overhead of integrating multiple solutions from different authors.

Develop in Any iOS Language
The new Swift language is quickly gaining traction and we made sure that you can use UI for iOS with both Objective-C and Swift.

Maintenance and Support
Dedicated support is available directly from the developers who build the suite, even during your trial. The product development follows an aggressive release schedule with 3 major releases per year. To help you get off to a fast start with the controls we’ve created an extensive online Apple-style documentation with tutorials and how-to-guides that can be integrated in Xcode. Additionally you’ll find GitHub SDK examples, video tutorials and a free demo app demonstrating the controls features in action.

Animations
The Telerik UI for iOS controls come with prebuilt animations and smooth transitions. The Chart control employs Core Animation and UIKit Dynamics to create stunning physics animations. Each data point can be animated individually and you can change the velocity and easing of the animation. The SideDrawer control ships with 7 animated transions to choose from including Slide In On Top, Push and Slide Along. The Calendar control provides animated transition effects switching from view to view, being from month to year, or from month to month, etc.



Fully Customizable Controls
Our controls give you great customization flexibility to accommodate as many app scenarios as possible. You can tweak everything starting from the series fills and borders, through the axes lines, ticks and labels and finally the grid fills and borders. Samples and tutorials are available to help you get a faster start.

Xamarin Wrappers
UI for Xamarin is a separate product offering Xamarin.iOS wrappers, Xamarin.Android wrappers and Xamarin.Forms controls. The Xamarin.iOS and Xamarin.Android wrappers are C# bindings built on top of the native Telerik UI for iOS and UI for Android libraries making developers more productive when using the Xamarin platform.



Get Closer to Your Users
With the FeedbackController implemented in your app you will gain invaluable insights into the users experience with it. It’s a native iOS control which provides the feedback experience for the end users. Sending feedback is very easy. Users can simply shake the device or navigate to the feedback option. The control takes a screenshot automatically and prompts the users to provide comments. The users can then track the feedback they've submitted, view its status or give additional comments.



Easily Monitor All Users Feedback
The control is seamlessly integrated with Telerik AppFeedback enabling developers to easily monitor and track all their users’ feedback in one place as well as respond directly to users. To leverage the AppFeedback you need to connect it to a Telerik AppFeedback project. Telerik AppFeedback is part of the Telerik Platform and you’ll need to create an account before start using the functionality.


UI for iOS Q1 2016 (version 2016.1.0113)

AutoCompleteTextView (Now Official)
NEW

    Getting rid of the Beta tag, this is the first official release for AutoCompleteTextView for iOS. AutoCompleteTextView allows the end-user to type faster by giving him suggestions based on the characters he already typed.

FIXED

    The showAllItemsInitially method is not working when set before setting the dataSource property.
    Keyboard does not hide when you tap outside of the text field.
    SuggestMode Append does not work properly.
    The close button does not work for a selected token.
    The Clear button does not work when using tokens.
    The insertToken method does not work.
    The removeAllTokens method does not work.
    The didSelectToken method from TKAutocompleteTextViewDelegate is not being called.
    Token delimiter is not rendered properly.
    The inset property is not working.
    The token layout is wrong when the close button is hidden.
    The removeButton property is not working.
    The attributedText and detailText properties of TKAutocompleteToken are not working.
    The sugestionViewHeight property is not working.
    Suggestion view shows below other views.
    The text overlaps in some cases.
    The placeholder text is not getting hidden when there is user input.
    The caret is not visible when it is positioned in the end.
    The scroll bar of the token container is displayed at the wrong place.
    When you select and remove a token, the wrong token gets removed.

DataSource
NEW

    An option to allow sorting group headers.

Gauges
NEW

    An option to set different offsets for title and subtitle.

FIXED

    The fill and stroke properties for ticks are not working.
    Segments are rendered in a wrong way when insets are applied in linear gauges.

ListView
NEW

    autoRestrictSwipeDirection property to automatically choose the right swipe limits based on the current scroll orientation.
    Improved performance when using large data sets (10000+ items) with dynamic item height
    Improved TKListViewCell item layout when using horizontal scroll direction and multiple selection is allowed.

FIXED

    A memory leak.
    When multiple selection is allowed and cell height is bigger the layout of the content and the checkView looks broken.
    There is an exception when the dataSource property is set to nil.
    Scrolling in TKListView is not as smooth as in UICollectionView and UITableView.
    Visual gitches when reordering items.
    Staggered layout is broken when using horizontall scroll direction.
    Cell should be selected when doing swipe even when the selection mode is long press.
    The didDeselectItemAtIndexPath delegate method does not fire in single node selection.
    You can reorder items with a tap gesture in LongPress mode.
    Selection is cleared when releasing the dragged item in a reorder scenario.

CHANGED

    TKListViewCell contentView does not offset to reveal the selection checkmark when using multiple selection.
    TKListView now deselects the selected item on second touch in single selection mode. mode.
    Second tap on a swiped cell now resets the swipe.

DataForm
NEW

    An option to load all property annotations from JSON.
    Multi-line text editor.
    AutoComplete text editor.
    An option to customize view controller based editors in TKDataForm.
    updateEditorForProperty method to allow updating the editor for specific property.
    readOnly property.
    An option to set size for feedbackImage and image of the editors.
    An option to reload TKDataFormEntityDataSource when data is fetched from a service.
    An option for TKDataFormPickerViewEditor and TKDataFormOptionsEditor to use item index or the value in the picker as a value.
    TKDataFormNumberEditor now edits numbers rather than strings.

FIXED

    Properties collection of the sourceObject does not reset itself when the sourceObject reference is changed.
    Decimal and Number editors should work with numbers rather than strings.
    Text field editor does not update its UI when the initial value is invalid.
    The setter of readonly properties is called on commit.
    Stepper editor initially shows its original value even it is above/below its max/min.
    Segmented editor should use the selected value rather than its index in the options array.
    The positive feedback message is not displayed.
    The feedback image is not rendered.
    TKEntityProperty's formatter property has no effect on number text field editor.
    If you set property's groupName and index and this group does not still exist, the index is not correct.
    When commitMode is manual the editors label does not update its value.
    Picker view always shows the first value from the picker the first time when it opens.
    Date picker min and max are not working.
    The updateEditorForProperty method is not working when the property group is the default one.
    When commit mode is immediate/lost focus and the editor has restrictions, the displayed value is not committed.
    When you try to set a formatter to stepper or date picker editor through dataForm:setupEditor:forPorperty: delegate method it does not take effect until you change the editor's value.
    Picker view editor throws an exception if the property value is not among the values in the valuesProvider array.

CHANGED

    errorImage and positiveImage properties replace feedbackImage in TKEntityProperty.
    Removed the valueSource property from TKDataFormSegmentedEditor.
    Changed the valuesProvider property type to NSArray.

Calendar
NEW

    An option to change the background color of cells that display dates in year mode.
    An option to change the month title in year mode.
    An option to render all event fields in calendar cells.

FIXED

    The eventSpacing property is not respected when using displayEventsAsText in TKCalendarDayCell.
    Multiple day events dots are rendered only on the start date when using TKCalendarEventKitDataSource.
    Swipe gesture works in a wrong way the first time when swiping.

SideDrawer
NEW

    An option to allow centering the side drawer item image along with the text.

Chart
NEW

    Support for balloon annotations in pie series.
    sortMode option in TKChartSeries to allow points sorting.
    normalizedPan property in TKChartAxis to allow setting pan in normalized coordinates [0..1].
    Improved bar/column series to allow sharing the same axis and having different width.

FIXED

    The hitTestForPoint is not working properly when touching in some areas when using pie chart.
    The first axis label hides when there are 2 columns and applying zoom and pan operations.
    When animations are allowed and the data has only 1 data point the chart appears empty until you tap the plot area.
    Selecting a data point in line series requires several taps.
    When the x-axis is zoomed its last label is drawn outside of the chart bounds.
    Changing TKChartAxis label font breaks the chart rendering.
    TKChartDateTimeAxis does not sort its values.
    When several points have same x value some of them disappear on pan.
    Palette item textColor property is not changing axis label text color.
    Gradient strokes do not work properly with line and area series.
    Y-axis labels are clipped when using attributed text.
    The fill is rendered in a wrong way when using area series.

CHANGED

    InnerRadius and expandRadius properties are now relative to the outerRadius property.
    Changed the signature for the following methods drawInContext:inRect:forVisualPoint: (in TKChartPointLabel), layoutInRect and locationInRect (in TKChartAnnotation).

    What's New
    Roadmap
    Release History

Have a feature request?

Post your feedback via the UI for iOS Feedback Portal or the Public forums
What's new across all Telerik products?

See all updates
RSS



[/b]

[b] Only for V.I.P
Warning! You are not allowed to view this text.
SiteLock