Re: [ios] changing startPage

2012-11-28 Thread Michal Mocny
Great idea, ill document it there. On Wed, Nov 28, 2012 at 2:48 PM, Shazron wrote: > Hi Michal, > Perhaps that issue should merge with this one? http://issues.cordova.io/1475 > > > On Wed, Nov 21, 2012 at 12:49 PM, Michal Mocny wrote: > >> Fair enough, that was what I assumed. >> >> I made the m

Re: [ios] changing startPage

2012-11-28 Thread Shazron
Hi Michal, Perhaps that issue should merge with this one? http://issues.cordova.io/1475 On Wed, Nov 21, 2012 at 12:49 PM, Michal Mocny wrote: > Fair enough, that was what I assumed. > > I made the mistake because I did a recursive grep and chose the first > one that looked right. While this wa

Re: [ios] changing startPage

2012-11-21 Thread Michal Mocny
Fair enough, that was what I assumed. I made the mistake because I did a recursive grep and chose the first one that looked right. While this was just a hasty error (should have RTFM), but I wonder if we couldn't name the one in CDVViewController "defaultStartPage" or something? I'll file a low

Re: [ios] changing startPage

2012-11-21 Thread Shazron
The one in CDVViewController just sets the defaults if the dev didn't set the properties to custom ones. To set the startPage, a dev would only set it in the AppDelegate On Wed, Nov 21, 2012 at 11:56 AM, Michal Mocny wrote: > CordovaLib/Classes/CDVViewController.m:78 > and > Generic/Classes/App

[ios] changing startPage

2012-11-21 Thread Michal Mocny
CordovaLib/Classes/CDVViewController.m:78 and Generic/Classes/AppDelegate.m:72 Both line set startPage but the one in AppDelegate seems to happen afterwards and so trumps. What is the reason for having both? I just made the mistake of changing the wrong one. -Michal