How to make a custom button that looks like a back button in NavigationBar? I mean the shape of the left side that is like an arrow.
Using MonoDevelop 2.8 select project > options > iOS Application Target In the Devices: drop-down box I am not able to set the device to iPad is there a fix soon ? If I select another 开发者_C百科opt
I used to work on MonoDevelop 2.6 with MonoTouch 4.2. It\'s cool and everything is fine. Later, when MD 2.8 came out, I installed it with MD 2.6 side by side (just renamed MD 2.6 as MonoDevelop 2.6).
Is it possible to create buttons on the view using only Elements API? var root = new RootElement (\"LoginScreen\"){
Now that MonoDevelop 2.8 has gone production, can we upgrade to Lion and keep Xcode 3.x with the separate Interface Builder?
Reading MT documentation, I\'ve seen that it is possible to release memory also implementing the IDisposable .NET patt开发者_运维技巧ern.
I found out that rotation makes my app crash. When you hold the device in your hand, you move it a bit and app registers all of those tiny movements, changing orientation accordingly, and it looks a
How do you set a custom class on a UI componen开发者_开发技巧t in Interface Builder, so say I have a class in my project that extends UITableView how do I associate a component in Interface Builder to
I have a custom view in which I am trying to draw text using a Windows font (calibri.ttf). However, I am getting different behaviour between using the DrawString & ShowText functions.
I\'ve recently bought two books about MonoTouch so that I can start learning to build iPhone applications.Both books in their tutorials refer to creating a \"Window-based\" project to start learning w