I'm still going through the samples and documentation, but so far I'm really impressed by it, even so far as to call it a game changer. Layout managers like Android, XAML and databinding like Windows… (View Post)
I would just create a subclass of the StyledStringElement and add a property of type UITableViewCellSelectionStyle. Then override the GetCell method and set the cell's selection style to the value of… (View Post)
You can do the same thing completely within the MT.D framework. Instead of pushing a ViewController, you can navigate to the view by using: MXContainer.Navigate(currentView, "navigationpath"… (View Post)
I've used the google.auth project on github to authenticate against Google. The project is located here: https://github.com/Redth/Google.Auth Dennis (View Post)