[Tutorial] Drawing to the screen.

Discussion in 'iOS Development' started by SkylarEC, Jan 16, 2009.

  1. sai New Member

    Member Since:
    Apr 15, 2012
    Message Count:
    3
    Device:
    iPhone 4 (Black)
    Guys
    it looks like the original project file link is no longer working. Can someone post the link to the original or your project?
  2. sai New Member

    Member Since:
    Apr 15, 2012
    Message Count:
    3
    Device:
    iPhone 4 (Black)
    Can you post your project with the source code? Thanks ...


  3. JackSilver New Member

    Member Since:
    Jun 4, 2012
    Message Count:
    1
    Device:
    iPhone 3GS (Black)
    Hi SkylarEC.
    I've been asked to develop a app with signature capture.
    Your tutorial is a great starting point for my weak iOS experience.
    Somehow I could not download the test_draw_app.zip from touchrepo.com.
    Have you made available elsewhere? It would help me greatly.

    Thanks"
  4. sai New Member

    Member Since:
    Apr 15, 2012
    Message Count:
    3
    Device:
    iPhone 4 (Black)
    what s your email and i can email you the project ... i have a different version of this but it will get you going ...
  5. ivanstojkovic New Member

    Member Since:
    Jun 8, 2012
    Message Count:
    1
    Device:
    iPhone 4 (Black)
    Hi,

    great tutorial!
    Can you send me the source for the project too?
    ivan AT thestojkovic.com
  6. jbeuzelin New Member

    Member Since:
    Jun 25, 2012
    Message Count:
    1
    Device:
    iPhone 4S (Black)
  7. pineapple juice Well-Known Member

    Member Since:
    Mar 2, 2011
    Message Count:
    3,392
    Device:
    Nexus 7
    Please stop bumping this thread, if you want to draw on you iDevice's screen, get iWhiteboard from Cydia.
  8. lauNchD Well-Known Member

    Member Since:
    Jan 27, 2008
    Message Count:
    1,527
    Device:
    iPhone 5 (Black)
    Even though I'm also annoyed by the constant bumping, I think your missing the point: this is the developers' section and most people here want to incorporate that functionality into their own apps.
  9. djEnter New Member

    Member Since:
    Jul 6, 2012
    Message Count:
    1
    Device:
    iPad 3
    Hi, can you send me the source code of project? My email address is djenter@centrum.sk. Thanks
  10. Cameron E New Member

    Member Since:
    Aug 12, 2012
    Message Count:
    4
    Device:
    iPhone 4 (Black)
    Thank you for this, very helpful!
    I have a slight problem that I was wondering if you might know the answer to.
    I subclassed UIScrollView and inserted a large image.
    I placed another image on top of it with the same frame dimensions.
    When the user draws, it updates the UIImage on top so it appears as though they are drawing on the image underneath.
    Everything works, I have figured out how to composite the two together and save the new image...
    There is a slight bug...
    Only sometimes when the user draws, each time they make a new line the previous lines slowly shift and streach upward. It only happens with certain frame sizes.
    Is this an issue either you or anyone else on here has seen and dealt with before?