Note that there are some explanatory texts on larger screens.

plurals
  1. POProtocol declaration with delgate & Datasource for UIPageController with ScrollView having several views in same page
    primarykey
    data
    text
    <p>Thanks to Jones &amp; Apple for such Excellent &amp; easy tutorials than any others !!! But sorry for such long description otherwise it would be very difficult to explain it what I am looking for. </p> <p>I am following these codes from </p> <p>1) <a href="http://code.davidjanes.com/blog/2009/09/26/uipagecontrol-uiscrollview/#comment-955" rel="nofollow noreferrer">http://code.davidjanes.com/blog/2009/09/26/uipagecontrol-uiscrollview/#comment-955</a></p> <p>2) <a href="http://developer.apple.com/library/ios/#samplecode/PageControl/Introduction/Intro.html" rel="nofollow noreferrer">http://developer.apple.com/library/ios/#samplecode/PageControl/Introduction/Intro.html</a></p> <p>Now the thing I am looking to implement in my application following these example in custom way : (CustomContoller of MyOwn ) </p> <pre><code>- (void)setupPage; of Jones link </code></pre> <p>I want to have several small views just like cubes/ Sudoko ... in each View of Scrollview rather than ImageView &amp; giving event to each small view.I view will have around 20views in each Page of ScrollView.How can I implement this things by creating my own Protocols, defining datasource &amp; delegate methods.</p> <p><strong>Structrure would be like this:</strong></p> <pre><code>--&gt;UISrollView --&gt;View1 --&gt;around 20 smallViews with each having events so that user can move to next view to show detail explanation. --&gt;View1 --&gt;around 20 smallViews with each having events so that user can move to next view to show detail explanation. --&gt;View1 --&gt;around 20 smallViews with each having events so that user can move to next view to show detail explanation. …n number of Views. </code></pre> <p><img src="https://i.stack.imgur.com/xmiHm.png" alt="enter image description here"></p> <p>There will be such screens like this in each Page of Scrollview.How to handle this with making new class called Tile which itself is a view.</p> <p>Although I am sure to do this thing in my own way, but that is like scratch method, &amp; called very poor programming.But I want to do this in smarter way,so that I can use the same thing in other classes to , that would reduce my coding &amp; making good impression to my Client ;)</p> <p>Additionally, I know there I would have to take care of memory management!!!</p> <p>Thanks,</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload