Xamarin.iOS Documentation | ComponentOne
Getting Started with Xamarin.iOS Controls / Breaking Changes for Xuni Users
In This Topic
    Breaking Changes for Xuni Users
    In This Topic

    New Package Names

    The packages have changed their prefix if you're coming from Xuni. For instance,

    Xuni.iOS.Calendar now corresponds to C1.iOS.Calendar

    We have also moved to a more consistent naming scheme for our controls based on the following pattern:

    C1.[Platform].[ControlName]

    For example, FlexGrid is available in C1.Xamarin.Forms.Grid

    Additionally, FlexChart, FlexPie, and ChartCore have all been consolidated into one single package instead of three different packages. To use FlexChart or FlexPie, you now need to add a single package developed for the platform of your choice:

    C1.iOS.Chart

    Namespace Changes

    We’ve made some changes to the namespace of the current controls, which are in line with the changes in package names. For example, Xuni.iOS.FlexGrid now corresponds to C1.iOS.Grid.

    Minor API Changes

    There are some minor changes in API between ComponentOne Xamarin Edition and Xuni. These should mostly amount to additions, slight change in syntax, and use of prefix 'C1' instead of 'Xuni' in class and object names. For FlexChart, however, the control is very actively growing in terms of API, so missing features are intended to be added in the future.