I recently secured one of my web services with HTTPS and when I tried to add the service to a MonoTouch project nothing happened. The screen looked like it was adding it but it didn’t finish I just had to cancel it. Read More »
I recently secured one of my web services with HTTPS and when I tried to add the service to a MonoTouch project nothing happened. The screen looked like it was adding it but it didn’t finish I just had to cancel it.
Read More »
It’s recommended that web service calls are made asynchronously to make the app more responsive. However, the user needs to know that something is happening during the call. The NetworkIndicator can be used for this but I wanted something more obvious. ... Read More »
Very simple way of creating rounded borders on a UITextView in MonoTouch. Before the rounded corners are applied the UITextView looks out of place on the UI: After rounded corners are applied it makes all the difference: ... Read More »