When I create an iOS project using MonoDevelop, it does some strange things.

For an iOS project targeting iPhone and iPad, it creates file names like:

AppDelegateIPad
AppDelegateIPhone

Is there a template I can change in order to get names like:

ProjectAppDelegate
ProjectAppDelegate_iPhone
ProjectAppDelegate_iPad

where the i in iPhone isn't capitalized?

There's typically also some common code unrelated to xib files and 
screen layout that should go in a UIApplicationDelegate subclass 
(ProjectAppDelegate, say) but the solution creator doesn't make one.

-Mike
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to