Tag Archives: iOS

Using Crosslight Location Service in iOS 8

Using Crosslight Location Service Location service provides a streamlined way to access location API that conforms to each the device’s platform. In order to get the current location of the device, we use following snippet code: 12345678910 this.MobileService.Location.GetCurrentLocation(LocationAccuracy.Best,    (locationResult) =>    {        if (locationResult.Error == null) { }        else { [...]

Read More

Crosslight 5 RC Is Now Available

Good news to y’all. Today, we’re releasing Crosslight 5 Release Candidate to public ahead of the RTM release scheduled later this month. As mentioned in my previous blog, you can now test drive Crosslight 5 along with over 40 revamped Crosslight samples. Crosslight 5 RC [...]

Read More

Getting Started with Crosslight Charting

One of the greatest new components in Crosslight 4 is a powerful, full-fledged Charting component, enabling Crosslight developers to easily add stunning charts to their business cross-platform mobile apps. Fully MVVM capable, it works beautifully across iOS and Android platforms. Have you checked out the new Crosslight Charting yet? If not, then this post [...]

Read More

Exciting iOS Visual Goodies in Crosslight vNext

Building on rock-solid foundation, the next major iteration of Crosslight will continue to offer new components and features that make cross-platform apps development even easier and more rapidly. There are a number of key areas that we’re focusing in the upcoming release which include data [...]

Read More