| With the continuous development of mobile Internet,the number of mobile applications is also increasing.However,due to demanding and slow review process of Apple's App Store,and deficiency of Objective C language,the update of iOS application is very slow,and therefore the cost of modification of online iOS applications is significant.In order to accelerate the speed and frequency of application updates,DianPing designed and implemented a hybrid development framework for iOS applications-EFTE framework,to develop a more flexible iOS applications.This framework uses Hybrid development mode,combines with scripting languages and static resource package management.By using this framework,we can enhance flexibility and scalability of iOS applications and greatly shorten the update cycle of iOS applications.The main research work of this thesis is:1.Presentation and analysis of the scripting language,hybrid development model and data persistence technology,and a brief description of the use of these technologies in EFTE framework.2.Page presentation,page navigation,WEB resource package management and scripting resource management module of EFTE framework for a detailed explanation.3.The overall design of EFTE framework is described,while the design of each module are described in detail.4.Describe the implementation details of each module. |