RT。。
有语言基础~~java 想学下IOS  如果有兴趣可能会去选择做IOS。。问下各位该看些什么。。完全不了解IOS最好具体点~

解决方案 »

  1.   

    先看objective-c基础教程这本书
    其实我想知道ios能够火热多久?
    求大神解答!
      

  2.   

    - (void)didReceiveMemoryWarning
    {
    [super didReceiveMemoryWarning];
    }-(void)TestAction:(UIButton *)btn
    {
         [UIView animateWithDuration:.3 animations:^{
              testView.frame               = CGRectMake (9, 76, 0, 0);
              testView.backgroundColor = [UIColor yellowColor];
         } completion:^(BOOL finished) {
              [c setHidden:YES];
         }];
    }