Category 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

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