[ios] 탭바 사라지게 하기 CGRect frame = self.tabBarController.view.superview.frame; CGFloat offset = self.tabBarController.tabBar.frame.size.height; frame.size.height += offset; self.tabBarController.view.frame = frame; 더보기 [ios] APP URL link - 아이폰 앱끼리 데이터 전송하기 참고링크 : http://mobile.tutsplus.com/tutorials/iphone/ios-sdk-working-with-url-schemes/ 더보기 아마존 RDS with PHP & mysql cilent tool RDS 초기 셋팅http://docs.aws.amazon.com/AmazonRDS/latest/GettingStartedGuide/SignUp.html endpoint -> 디비 링크가 될것이다. http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_PHP.rds.html RDS 와 PHP 연결은 위를 참고하여 아래와 같이 하였다. mysql client tool SSH 접속했던것과 다르게, 간단하게 처리할수 있다. mysql client tool 연결클라이언트 툴로는 Sequel Pro 을 사용하였으며, 접속은 SSH 로하고 아래와 같이 접속하면 된다. 더보기 이전 1 ··· 53 54 55 56 57 58 59 ··· 253 다음