I have problems with download and upload blob data in my iPhone app using
Sqlite. Everything seems to be ok if I insert the photos in the blob field with
SQLite manager: I can read the image and manage it with my app.
When I export the table to xml with the SQLite manager's feature, it creates a
Hi,
I'm wondering how to draw a pdf document inside my iPad app that contains a
multicolumn table.
This table has many lines, always in a different number, dependent on the
program logic.
Does anyone know somenting about it?
Thanks in advance,
Andrea
___
On Jul 20, 2010, at 4.53 PM, Michael Babin wrote:
>I'm picturing a set-up like the one used by the Settings app on the iPad,
having a split view with a table view on the left and a navigation view on the
right. Selecting an item in the table view on the left sets a new "root view"
in the navig
010, at 1.55 PM, Michael Babin wrote:
>Instead of -[UINavigationController pushViewController:animated:], use -
[UINavigationController setViewControllers:animated:] when you want to "reset"
the view controller stack.
>
>On Jul 20, 2010, at 3:08 AM, Andrea Mattiuz wrote:
>
>
thank you mmalc for the tip,
but I don't have a navigation controller in the view xib file that I will
charge, because I have an only navigation controller on the right side,
declarated on the MainView xib file, an I work changing it.
When I tap on the left side I modified the controller with thi
hi all,
I can't manage the change of a navigation controller on the right side of a
split view application (iPad) after a tap on the left side.
The behavior of this app would be similar to the 'settings' app in the iPad
simulator.
any suggestions or examples would be very appreciated.
Thanks!
A
I'm developing an i Pad split view application, and I have to manage a
navigation controller on the right side from the root view controller on the
left side.
I can add many views but I can't reset the navigation controller, so even if
i
tap on the master pane I only add new views and I can't r