Click here to Skip to main content
15,892,480 members

Comments by Christopher Smit (Top 102 by date)

Christopher Smit 28-Oct-17 3:15am View    
You need to install all requires packages on the target machine.. if you require sql database then install sql local db on the target machine.. it wil work
Christopher Smit 26-Oct-17 0:49am View    
This is quite an old post.. I ended up installing sql local db on the clients machine and including it in my package. Have a search for sql local db
Christopher Smit 23-Jan-17 15:39pm View    
Perfect. Thank you!
Christopher Smit 23-Jan-17 15:25pm View    
Thank you for clarifying that. I assume that doing a call to a PHP script is still the only way of achieving the process? In android I used a Mailer.jar library. Is there anything similar in iOS or is it only the above mentioned that is used by all developers?
Christopher Smit 22-Jan-17 4:14am View    
Thanks for the reply. I know those are the ways on how to do it, however I am using SWRevealViewController to display a menu and this controller has its own custom "push" segues and it does not seem to work well with hiding the view again, or I am not understanding it. I ended up calling the main view controller again as a modal view from the displayed view controller and this seems to be working fine. I will accept your answer however, as this should also be able to work.