-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My MonoTouch Version Info:
Release ID: 20401003
Git revision: 2f1746af36f421d262dcd2b0542ce86b12158f02
Build date: 2010-12-23 23:13:38+0000
The MFMailComposeViewController is displayed and works correctly as a dialog using the following code:
if (MFMailComposeViewController.CanSendMail)
{
…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Hello all, A few weeks ago it was announced that I will be speaking at the Norwegian Developers Conference 2010 on MonoTouch. I'll be doing two session, an introduction to MonoTouch and developing for iPhone, iPod Touch and the iPad as well as deep dive into MonoTouch and the ecosystem that is around…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm a newbie. I can't figure out how and where to call ResignFirstResponder to get rid of the keyboard when the user finished entering the text in an UITextField. I'm a bit confused by the UIResponder class. Mono documentation says: "To dismiss the keyboard, send the UIResponder.ResignFirstResponder…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've had Xcode (3.2.1 - SnowLeopard, iphone 3.1.3) installed for a while, and I can run and build apps on it fine.
I installed MonoTouch, as I want to leverage the 8+ years of .NET skills I have :)
So I installed:
Mono: MonoFramework-2.6.1_1.macos10.novell.x86
MonoTouch: monotouch-eval-1.5.0
MonoDevelop:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to resize an image loaded from disk - a JPG or PNG (I don't know the format when I load it) - and then save it back to disk.
I've got the following code which I've tried to port from objective-c, however I've got stuck on the last parts. Original Objective-C.
This may not be the best…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
Are there any libraries similar to Three20? Three20 does not work for me on iOS 5; it gives me warnings.
Three20 provides powerful view controllers such as the Launcher, the popular Photo Browser, and internet-aware tables.
The library is modular, meaning you choose which elements of the library…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
The Three20 is great library. It's making the work with tables very easy. But one gap that I noticed - is deletion of rows, with animation. I spent many hours trying to do this, and this is what I'm doing:
// get current index patch
UITableView* table = [super tableView];
NSIndexPath *indexPath…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm attempting to use TTLauncherView from the Facebook Three20 project in my app, but I'm not having much luck (I'm a bit of a newbie at this). Does anyone have any good tutorials at using it that I could read?
FYI basically I need to pull images that a user chooses from the iPhone camera album…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I got a notification mail after submitting to app store..
"During our review of your application we found it is using private APIs, which is in violation of the iPhone Developer Program License Agreement section 3.3.1; "3.3.1 Applications may only use Documented APIs in the manner prescribed by Apple…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there,
I aint sure if this is the right place to ask or report this... but i hope someone here can help me out with the following problem
I'm currently creating an app which offers several functionalities. anyways it also includes the TTPhotoViewController which Three20 offers. Well this controller…
>>> More