jzhouw
jzhouw
There're two way to support Xamarin.iOS: 1. Xamarin.iOS C# version of this lib - e.g. found this repo https://github.com/ararog/LayoutKit.Xamarin 2. Swift Binding for Xamarin.iOS - didn't find official link for...
hi @sjkp thanks for great work on this feature, when we can get this feature through app service extension?
I had same issue with below simple sample: the Page1PageModel's ViewIsAppearing fires twice each time. Is this issue in Xamarin.Forms? ``` public App() { var main = new FreshTabbedFONavigationContainer("App1") {...
@kpespisa Thanks for the comments. My app also has similar issues and I'm still not clear where should put the Shutdown.Wait. For iOS I found below links: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegate_Protocol/index.html > **applicationWillTerminate:...
I have same problem and noticed that the IsVisibleProperty binding not work too.