[App] 한우찾기 2.1 출시.
한우찾기 2.1을 출시하였습니다.(we release the app “Search Hanwoo v2.1”)
Once, the features of this version are the solution of iOS5 bugs. Specially, the bug about Apple gothic font of space between letter is fixed. Outside of that, existed message alarm user interface has been consisted of Activity Indicator and UIAlterView, but we change that to the beautiful alarm interface. Personally, I didn’t like the existed UI. So find open source, and include this project.
the patch of bug about Apple Gothic at iOS5
Once, this problem is common at iOS5. I like Apple Gothic font. It is best font in iPhone. so many people and developers use this font at the their apps. But, the problem was happened at iOS5.
The reason of using this font is very beautiful and sharpness like Apple Gothic. But, NHN Nanum Gothic don’t have sharpness. I think that you want to solve this problem, you change a font.
I written the method of loading view in previous posting. But now I
don’t use this method. I am Auteurisme Programmer so i think that the
UI/UX is very important than functions. Sometimes I worry how to give
new user experience using my application. Actually, i think that the
expression of loading and message alarm is very important because the
user have to clearly use the app. Also this expression is very good for
waiting web data loading.
http://cocoacontrols.com 이라는 사이트에 가시면 코코아 프레임워크 기반의 여러가지 UI 작업에 대한 오픈소스들이 있는데, 다 다운받아서 볼수 있다는 점에서 매우 유용한것같아요. 제가 사용한 것은 그 중에서 SVProgressHUD for iOS 라는 것인데, 싱글톤(Single-ton) 패턴으로 구성되어 있습니다. 이 부분에 대해서는 차후에 소스분석을 통해서 알려드리도록 하겠습니다.
this site has various UI Open source based on COCOA Framework and you
can download to your Mac.. so very useful. I use SVProgressHUD for iOS
in this site, this consist of Singleton Pattern. After few postings, I
will analyze this source code and notify usage.
그 외에도 전반적으로 개발에 급급해서 떔빵식으로 만들었던 것들에 대해서 정리를 하였구요, 좀더 속도이슈를 보완하기 위해서 UIWebView 의 로딩이 끝난후에 함수를 호출하는 것 대신에 Notification 을 사용해서 코드를 정리하였습니다.
Outside of that, I make dirty code to clean code. It is very good for
me as programmer. To improve speed issue, I replace the previous
way(call function after UIWebview loading) to the new way(using
notification).
ps) – 한우찾기는 2.2까지 개발될 예정입니다. 10/25일 2.2 버전 애플에 심사를 신청하였습니다. 한국 종축개량협회의 API관련 메일을 보냈지만, 사실상 성사될 가능성이 있기 때문에 더 이상 개발할 여지가 없다고 판단되기에 개발은 여기까지 라는 생각이 들었습니다. 유지보수는 하겠지만, 획기적인 기능은 대체적으로 추가하지 않을 예정입니다.
ps) – the search hanwoo app is supposed to develop until version 2.2. I
apply Apple app store testing at 10/25. Also I send email to AIAK about
API, but I think that they don’t cooperate with me. so I don’t develop
this app. But I will maintain this app for my user.