The Data Sync control is a powerful solution for synchronizing application data across all devices and the cloud. Its smart syncing algorithms ensure that the changes made to data while offline, are synced with the cloud once your app is connected again.
AppFeedback
NEW
With the AppFeedback control implemented in your app you can gain invaluable insights into the users experience with it. Sending feedback on the users’ side is very easy. They can simply shake the device or navigate to the feedback option. The control takes a screenshot automatically and prompts the user to point at the problematic area and to add a comment.
Calendar
NEW
Telerik Calendar for iOS is highly customizable and easy to use from both a developer and an end-user perspective. It supports the following features:
Views: week, month, year.
Selection: single, multiple, range.
Events: custom or consumed through EventKit
Flexible styling API
Localization
Chart
NEW
Two financial series types - Candlestick and OHLC
Financial indicators
Technical Overlays
Simple Moving Average (SMA)
Exponential Moving Average (EMA)
Weighted Moving Average
Triangular Moving Average
Modified Moving Average
TKChartAdaptiveMovingAverage
Bollinger Bands
Moving Average Envelopes
Typical Price
Weighted Close
Median Price
Technical Indicators
Moving Average Convergence Divergence
Percentage Price Oscillator
Percentage Volume Oscillator
Absolute Volume Oscillator
Relative Strength Index
Relative Momentum Index
Accumulation Distribution Line
True Range
Average True Range
Commodity Channel Inde
Fast Stochastic Indicator
Slow Stochastic Indicator
Full Stochastic Indicators
Rate Of Change
TRIX
Williams %R Indicator
Ease Of Movement
Detrended Price Oscillator
Force Index
Rapid Adaptive Variance Indicator
Standard Deviation
On Balance Volume
Price Volume Trend
Positive Volume Index
Negative Volume Index
Money Flow Index
Ultimate Oscillator
Market Facilitation Index
Chaikin Oscillator
CHANGED
The behaviour of majorTickIntervalUnit and majorTickInterval properties in TKChartDateTimeAxis. The majorTickIntervalUnit property now determines how the majorTickInterval is interpreted. For example, setting the majorTickInterval to 2 would mean two days if majorTickIntervalUnit is set to days
Removed the valueKeyPath property from TKChartCategoryAxis. This property is not necessary.
Renamed the TKGridDrawOrder to TKChartGridDrawOrder.
The range of an axis is set via its range property passing a TKRange object and no longer via the setRangeWithMinimum:andMaximum: method.