If you use Xcode's Interface Builder, you connect your outlets by dragging them onto the components on the view. The code for the outlets is then generated in the .cs file belonging to the xib. There's basically no need to manually generate outlets.
-- View this message in context: http://monotouch.2284126.n4.nabble.com/Quick-Question-on-Outlets-tp3835450p3841280.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
