xamarin.ios
UISearchBar, UITableViewController and UINavigationController, Got a SIGSEGV while executing native code
I have a simple test application with a NavigationController that extends UINavigationController [MonoTouch.Foundation.Register(\"NavigationController\")][详细]
2023-04-09 13:50 分类:问答Should I prefer NSNotificactionCenter or .NET events when using Monotouch?
When developing in Monotouch, is it \"better\" to us real .NET events or NSNotificationCenter? Simple example: I have a UIViewController. It offers an event \"CallbackWhenDisappeared\". This event is[详细]
2023-04-09 08:53 分类:问答Prevent UIScrollView from cancelling touchesMoved: of subview?
I have a UIScrollView. On top of it I allow the user to add a DraggableView (a subclass of UIImageView) by applying a long press gesture to the UIScrollView.[详细]
2023-04-09 08:51 分类:问答How to subclass UIApplication in Monotouch?
EDIT: A couple of years later, things are easier. It is now possible to omit the Register() attributes, both on the application and the app delegate and instead use:[详细]
2023-04-09 07:16 分类:问答How to show Separator line for currently displaying cells in the UITableView using MonoTouch?
I have showing 5 to 8 items in the UITableView. But Separator line showing empty cells also. There are no value on that empty cells.Why Separator line showing on these empty cells?I choose the Separa开[详细]
2023-04-09 03:02 分类:问答"Interface Builder was unable to determine the type of "MainStoryboard_iPhone.storyboard"" error in MonoDevelop
In MonoDevelop I\'m creating a \'MonoTouch Single View Application - Universal (Storyboard)\', when I compile the solution I get the following error:[详细]
2023-04-09 02:13 分类:问答Bing maps and monotouch
I\'m wondering if there\'s any SDK/control to use bing maps with monotouch? or probably any soluti开发者_如何转开发ons on how to use iOS bing SDK with monotouchChris Hardy has created MonoTouch bindin[详细]
2023-04-09 01:16 分类:问答Following: How to use FTS in SQLite with Monotouch for iOS
I\'m currently following this small tutorial about MonoTouch, SQLite and FTS3: How to use FTS in SQLite w开发者_JAVA百科ith Monotouch[详细]
2023-04-08 23:51 分类:问答JIT / AOT problems when running montouch app
I have been developing a monotouch opengl iphone game for some weeks now. As recently as yesterday, it was building and running properly on my test hardware (an iPhone 4). But when I loaded the projec[详细]
2023-04-08 20:39 分类:问答Can I get a textfield in Monotouch to appear as a lined notepad - the same appearance as the 'Notes' application
I am experimenting with monotouch for the first time. I have essentially fi开发者_如何转开发nished my first application, however, I am re-visiting the application to make it more appealing visually an[详细]
2023-04-08 19:13 分类:问答