Recent content by Shyne

  1. S

    phone application problem, upload via SSH

    Hi, this is what i did. 1. Download simple project ( like "Hello Word" ) from apple dev center. 2. Open in xCode and "Build" project. 3. Open cyberduck and connect to iPhone. 4. on iPhone go to "/Applications" folder 5. Copy "Hello Word.app" from build folder on Mac to Application folder...
  2. S

    phone application problem, upload via SSH

    Ok, I want to create iPhone project with xCode. Build this project and then put project application file to iPhone via SSH. All is OK, bu when start application on iPhone it crash, and exit from application
  3. S

    phone application problem, upload via SSH

    Hi all, i'm new in iPhone development :) i download a simple code "HelloWord" from apple iphone developer center. I found HelloWord.app in build folder and add this app to iphone via SSH in application directory. Then restart iphone and click on icon to launch this simple application...
  4. S

    NSTextFiled selected on start

    HI, i put one text filed in IB and make it selectable and editable. When I run program, the text field automatic selected and is onfocus. The idea is how to make textField selectable and editable and not in focus on start.
  5. S

    NSTextFiled selected on start

    Hi, I put one textFiled in IB and make it selectable and editable. When run programs, this text field is onFocus and is selected. How to create textFiled selectable and editable but not onFocus when I start program.
Back
Top