.... which is generated by MonoDevelop when you edit the xib fine in
interface builder.

You dont NEED it tho, but if you dont have it, you'd need to make your
own UIWindow, size it, add things into it etc.

and register it:

[MonoTouch.Foundation.Register("AppDelegate")]
        public partial class AppDelegate {



On Tue, Oct 16, 2012 at 10:14 AM, Nic Wise <[email protected]> wrote:
> In my app, the other half lives in the MainWindow.xib.designer.cs file.
>
>
>
> On Tue, Oct 16, 2012 at 2:11 AM, Jeffrey Kesselman <[email protected]> wrote:
>> Hi Guys,
>>
>> Im working on a cross platform game framework ontop of Monogame/XNA and
>> trying to make the porting as automatic as possible.
>> As part of that I have been digging in to the MonoTouch framework and how an
>> app is assembled, but I am congused.
>>
>> The MonoTouch environment automatically creates a partial class called
>> AppDelegate.  This implies that it is combined at compile
>> time with one or more other partial AppDelegates.  I can't find these.
>> Where do they live or come from?
>>
>> Thanks
>>
>> JK
>>
>> --
>> It's always darkest just before you are eaten by a grue.
>>
>> _______________________________________________
>> MonoTouch mailing list
>> [email protected]
>> http://lists.ximian.com/mailman/listinfo/monotouch
>>
>
>
>
> --
> Nic Wise
> t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
> b. http://www.fastchicken.co.nz/
>
> mobileAgent (for FreeAgent): get your accounts in your pocket.
> http://goo.gl/IuBU
> Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
> Earnest: Self-employed? Track your business expenses and income.
> http://earnestapp.com
> Nearest Bus: find when the next bus is coming to your stop. 
> http://goo.gl/Vcz1p
> London Bike App: Find the nearest Boris Bike, and get riding! 
> http://goo.gl/Icp2



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to