-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from panicstyle/3.6
이미지 보기 및 저장 기능 추가
- Loading branch information
Showing
10 changed files
with
328 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ - (void)viewDidLoad | |
// NSString *version = [infoDict objectForKey:@"CFBundleShortVersionString"]; | ||
NSString *version = [infoDict objectForKey:@"CFBundleShortVersionString"]; | ||
|
||
msgAbout = [NSString stringWithFormat:@"무지개교육마을 / 아이폰\n버전 : %@\n문의메일 : [email protected]\n홈페이지 : http://www.panicstyle.net/?page_id=5", version]; | ||
msgAbout = [NSString stringWithFormat:@"무지개교육마을앱 for iOS\n버전 : %@\n개발자 : 호랑이\n문의메일 : [email protected]\n홈페이지 : http://www.panicstyle.net/?page_id=5\n소스 : https://github.com/panicstyle/iMoojigae\n\n광고수익은 공동육아 저소득기금으로 사용됩니다.", version]; | ||
textView.text = msgAbout; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.