Re: [MonoTouch] Expand and Collapse UITableView Section

2013-05-16 Thread Nic Wise
Are you using MonoTouch.Dialog, or normal UITableView stuff? if it's the latter, I suggest you spend 5 mins and learn a small amount of objc. The code in that SO post is... well, REALLY basic. eg - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { if

Re: [MonoTouch] PDF Merging

2013-05-16 Thread Nic Wise
http://pspdfkit.com/ is usually the go to lib for this. you might be able to do it with the built in stuff... you can open and write to PDFs, so it should be possible On 16 May 2013 04:49, Matronix matro...@gmail.com wrote: Looking for a library to use to merge pdfs inside of my app. Or is

Re: [MonoTouch] Button with an image and text

2013-05-16 Thread Nic Wise
Can you not set the title of the button? btn.SetTitle(, UIControlState.Normal): Failing that, I'd make a new UIView child, and add the button (with image) and a label to it. MAke the frame the same for everything, and if you need to, bring the label to the front. then just work with the

[MonoTouch] DidRotate Problem

2013-05-16 Thread Chris_M
Straightening out some device rotation issues in my app after being pointed in the right direction by Chris Honselaar, tweaking to get the behavior I wanted under iOS 5 was no problem. Just to clarify, the behavior I'm trying to create rotation support for Portrait and PortraitUpsideDown only, no