CN112394858A - iOS list page rapid integration and management - Google Patents

iOS list page rapid integration and management Download PDF

Info

Publication number
CN112394858A
CN112394858A CN202011439692.1A CN202011439692A CN112394858A CN 112394858 A CN112394858 A CN 112394858A CN 202011439692 A CN202011439692 A CN 202011439692A CN 112394858 A CN112394858 A CN 112394858A
Authority
CN
China
Prior art keywords
data
controller
list
ios
management
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011439692.1A
Other languages
Chinese (zh)
Inventor
葛亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan Business Easy Co ltd
Original Assignee
Chengdu Shangtong Digital Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chengdu Shangtong Digital Technology Co ltd filed Critical Chengdu Shangtong Digital Technology Co ltd
Priority to CN202011439692.1A priority Critical patent/CN112394858A/en
Publication of CN112394858A publication Critical patent/CN112394858A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a rapid integration and management method for an iOS list page, which comprises the following steps: firstly, a basic controller is established, the controller is mutually associated with each list controller, basic functions are added into the controllers, and each list controller inherits all the functions of the basic controller; the created basic controller has common functions including data refreshing, network data request, abnormal default page display, information storage interface, information processing interface and data management interface; synchronously creating a list controller on the list page, and inheriting a basic controller for drawing a UI page and adding network data according to the product requirement; the problem of rapid integration and management of list pages with the most APP usage is solved. The development time and the maintenance cost are greatly saved, and the functions, the UI and the data are separated to be easier to expand, so that the user experience is improved.

Description

iOS list page rapid integration and management
Technical Field
The invention relates to the technical field of iOS development, in particular to quick integration and management of iOS list pages.
Background
The list page is the most main display mode of the APP, and aiming at the requirements of multiple projects and multiple services, a plurality of list pages are used, if a single page is independently written, the time cost is greatly increased, and the code is not beneficial to maintenance and expansion. The nature of the list page is that the UI presentation is different, but the essential functionality is used almost the same, so we encapsulate the same functionality, separating functionality and UI from data independently to deal with these problems.
Disclosure of Invention
The invention aims to provide the rapid integration and management of the iOS list pages, so as to solve the problem of rapid integration and management of the list pages with the most APP usage, greatly save development time and maintenance cost, and separate functions, UIs and data so as to be easier to expand and improve user experience.
In order to achieve the purpose, the invention provides the following technical scheme: an iOS list page rapid integration and management, comprising the steps of:
firstly, a basic controller is established, the controller is mutually associated with each list controller, basic functions are added into the controllers, and each list controller inherits all the functions of the basic controller;
the created basic controller has common functions including data refreshing, network data request, abnormal default page display, information storage interface, information processing interface and data management interface;
synchronously creating a list controller on the list page, and inheriting a basic controller for drawing a UI page and adding network data according to the product requirement;
and displaying the abnormal default page, correlating the abnormal default page with the network data request, and calling the abnormal default page to prompt the user when the network is abnormal and the requested data is abnormal.
The invention further provides a rapid integration and management method of the iOS list page,
the basic controller comprises an iOS static library and an iOS dynamic library, and the iOS static library and the iOS dynamic library interact with each other to enable the telephone traffic continuing function to normally communicate and realize the calling of an interface;
both the static library of the iOS and the dynamic library of the iOS are coupled to a list controller for delivering the basic functions.
The invention further provides a rapid integration and management method of the iOS list page,
the interior of the list controller is provided with a plurality of sub-list controllers, each sub-list controller is independent of the other sub-list controller and is used for receiving each function in the basic controller, and each function corresponds to one sub-list controller.
The invention further provides a rapid integration and management method of the iOS list page,
the data refreshing and the information storage interface are correlated, and after the data refreshing, the data can automatically enter the information storage interface for storage;
the data refreshing can be list, picture, data and array, and can also be performed in parallel, and when the parallel refreshing is performed, the parallel refreshing is independent;
the information storage interface comprises a plurality of storage single chips which are mutually associated and operate independently, and the plurality of storage single chips are respectively used for receiving data refreshing information.
The invention further provides a rapid integration and management method of the iOS list page,
the list page creates a list controller which comprises at least three controller terminals, wherein the controller terminals are used for connecting and drawing UI pages, adding network data and other data interfaces, and the controller terminals are mutually related and independently operated.
The invention further provides a rapid integration and management method of the iOS list page,
the processing information interface is connected with the storage information interface and comprises a data processing module which is used for processing data and sending the processed data to the processing information interface for storage.
The invention further provides a rapid integration and management method of the iOS list page,
the management data interface comprises a data management application program, and the data management application program comprises data caching, data acquisition and data encryption processing;
data caching, namely caching data based on iOS (operating system), and acquiring data through a data controller;
data acquisition, namely acquiring data acquisition through data refreshing, network data request, abnormal default page display, information storage interface, information processing interface and data management interface;
and data encryption processing, namely encrypting the data in a form of adding numbers and English.
Compared with the prior art, the invention has the beneficial effects that:
by creating a basic controller which is associated with each list controller, the basic function is added in the controller, and each list controller inherits all functions of the basic controller, the problem of rapid integration and management of list pages with the most APP use is solved. The development time and the maintenance cost are greatly saved, and the functions, the UI and the data are separated to be easier to expand, so that the user experience is improved.
Drawings
FIG. 1 is a schematic flow chart of fast integration and management of an iOS list page according to the present invention;
Detailed Description
The technical solutions in the embodiments of the present invention will be described below in detail with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the first embodiment, the first step is,
referring to fig. 1, in an embodiment of the present invention, a fast integration and management method for an iOS list page includes the following steps:
firstly, a basic controller is established, the controller is mutually associated with each list controller, basic functions are added into the controllers, and each list controller inherits all the functions of the basic controller;
the created basic controller has common functions including data refreshing, network data request, abnormal default page display, information storage interface, information processing interface and data management interface;
synchronously creating a list controller on the list page, and inheriting a basic controller for drawing a UI page and adding network data according to the product requirement;
and displaying the abnormal default page, correlating the abnormal default page with the network data request, and calling the abnormal default page to prompt the user when the network is abnormal and the requested data is abnormal.
In the second embodiment, the first embodiment of the method,
referring to fig. 1, in an embodiment of the present invention, a fast integration and management method for an iOS list page includes the following steps:
firstly, a basic controller is established, the controller is mutually associated with each list controller, basic functions are added into the controllers, and each list controller inherits all the functions of the basic controller;
the created basic controller has common functions including data refreshing, network data request, abnormal default page display, information storage interface, information processing interface and data management interface;
synchronously creating a list controller on the list page, and inheriting a basic controller for drawing a UI page and adding network data according to the product requirement;
and displaying the abnormal default page, correlating the abnormal default page with the network data request, and calling the abnormal default page to prompt the user when the network is abnormal and the requested data is abnormal.
The basic controller comprises an iOS static library and an iOS dynamic library, and the iOS static library and the iOS dynamic library interact with each other to enable the telephone traffic continuing function to normally communicate and realize the calling of an interface;
both the static library of the iOS and the dynamic library of the iOS are coupled to a list controller for delivering the basic functions.
The interior of the list controller is provided with a plurality of sub-list controllers, each sub-list controller is independent of the other sub-list controller and is used for receiving each function in the basic controller, and each function corresponds to one sub-list controller.
The data refreshing and the information storage interface are correlated, and after the data refreshing, the data can automatically enter the information storage interface for storage;
the data refreshing can be list, picture, data and array, and can also be performed in parallel, and when the parallel refreshing is performed, the parallel refreshing is independent;
the information storage interface comprises a plurality of storage single chips which are mutually associated and operate independently, and the plurality of storage single chips are respectively used for receiving data refreshing information.
The list page creates a list controller which comprises at least three controller terminals, wherein the controller terminals are used for connecting and drawing UI pages, adding network data and other data interfaces, and the controller terminals are mutually related and independently operated.
The processing information interface is connected with the storage information interface and comprises a data processing module which is used for processing data and sending the processed data to the processing information interface for storage.
The management data interface comprises a data management application program, and the data management application program comprises data caching, data acquisition and data encryption processing;
data caching, namely caching data based on iOS (operating system), and acquiring data through a data controller;
data acquisition, namely acquiring data acquisition through data refreshing, network data request, abnormal default page display, information storage interface, information processing interface and data management interface;
and data encryption processing, namely encrypting the data in a form of adding numbers and English.
In summary, by creating a basic controller, the controller is associated with each list controller, the basic function is added to the controller, and each list controller inherits all functions of the basic controller, so that the problem of rapid integration and management of the list page with the most APP usage is solved. The development time and the maintenance cost are greatly saved, and the functions, the UI and the data are separated to be easier to expand, so that the user experience is improved.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.
Furthermore, it should be understood that although the present description refers to embodiments, not every embodiment may contain only a single embodiment, and such description is for clarity only, and those skilled in the art should integrate the description, and the embodiments may be combined as appropriate to form other embodiments understood by those skilled in the art.

Claims (7)

1. An iOS list page rapid integration and management, characterized by: the method comprises the following steps:
firstly, a basic controller is established, the controller is mutually associated with each list controller, basic functions are added into the controllers, and each list controller inherits all the functions of the basic controller;
the created basic controller has common functions including data refreshing, network data request, abnormal default page display, information storage interface, information processing interface and data management interface;
synchronously creating a list controller on the list page, and inheriting a basic controller for drawing a UI page and adding network data according to the product requirement;
and displaying the abnormal default page, correlating the abnormal default page with the network data request, and calling the abnormal default page to prompt the user when the network is abnormal and the requested data is abnormal.
2. The rapid integration and management of iOS list pages according to claim 1, characterized in that:
the basic controller comprises an iOS static library and an iOS dynamic library, and the iOS static library and the iOS dynamic library interact with each other to enable the telephone traffic continuing function to normally communicate and realize the calling of an interface;
both the static library of the iOS and the dynamic library of the iOS are coupled to a list controller for delivering the basic functions.
3. The rapid integration and management of iOS list pages according to claim 1, characterized in that:
the interior of the list controller is provided with a plurality of sub-list controllers, each sub-list controller is independent of the other sub-list controller and is used for receiving each function in the basic controller, and each function corresponds to one sub-list controller.
4. The rapid integration and management of iOS list pages according to claim 1, characterized in that:
the data refreshing and the information storage interface are correlated, and after the data refreshing, the data can automatically enter the information storage interface for storage;
the data refreshing can be list, picture, data and array, and can also be performed in parallel, and when the parallel refreshing is performed, the parallel refreshing is independent;
the information storage interface comprises a plurality of storage single chips which are mutually associated and operate independently, and the plurality of storage single chips are respectively used for receiving data refreshing information.
5. The rapid integration and management of iOS list pages according to claim 1, characterized in that:
the list page creates a list controller which comprises at least three controller terminals, wherein the controller terminals are used for connecting and drawing UI pages, adding network data and other data interfaces, and the controller terminals are mutually related and independently operated.
6. The rapid integration and management of iOS list pages according to claim 1, characterized in that:
the processing information interface is connected with the storage information interface and comprises a data processing module which is used for processing data and sending the processed data to the processing information interface for storage.
7. The rapid integration and management of iOS list pages according to claim 1, characterized in that:
the management data interface comprises a data management application program, and the data management application program comprises data caching, data acquisition and data encryption processing;
data caching, namely caching data based on iOS (operating system), and acquiring data through a data controller;
data acquisition, namely acquiring data acquisition through data refreshing, network data request, abnormal default page display, information storage interface, information processing interface and data management interface;
and data encryption processing, namely encrypting the data in a form of adding numbers and English.
CN202011439692.1A 2020-12-11 2020-12-11 iOS list page rapid integration and management Pending CN112394858A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011439692.1A CN112394858A (en) 2020-12-11 2020-12-11 iOS list page rapid integration and management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011439692.1A CN112394858A (en) 2020-12-11 2020-12-11 iOS list page rapid integration and management

Publications (1)

Publication Number Publication Date
CN112394858A true CN112394858A (en) 2021-02-23

Family

ID=74625205

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011439692.1A Pending CN112394858A (en) 2020-12-11 2020-12-11 iOS list page rapid integration and management

Country Status (1)

Country Link
CN (1) CN112394858A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114265659A (en) * 2021-12-27 2022-04-01 飞天诚信科技股份有限公司 Method and device for displaying popup frame by iOS system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106815015A (en) * 2016-12-21 2017-06-09 武汉斗鱼网络科技有限公司 View method for organizing and system in a kind of IOS
WO2017219833A1 (en) * 2016-06-22 2017-12-28 中兴通讯股份有限公司 Method and apparatus for developing and managing application program page
CN108228253A (en) * 2017-12-29 2018-06-29 武汉璞华大数据技术有限公司 A kind of APP construction methods and system
CN109684573A (en) * 2017-10-18 2019-04-26 北京京东尚科信息技术有限公司 Target Photo display methods and device, storage medium, electronic equipment
CN111309216A (en) * 2020-02-10 2020-06-19 广州虎牙科技有限公司 List page display method and device, computer equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017219833A1 (en) * 2016-06-22 2017-12-28 中兴通讯股份有限公司 Method and apparatus for developing and managing application program page
CN106815015A (en) * 2016-12-21 2017-06-09 武汉斗鱼网络科技有限公司 View method for organizing and system in a kind of IOS
CN109684573A (en) * 2017-10-18 2019-04-26 北京京东尚科信息技术有限公司 Target Photo display methods and device, storage medium, electronic equipment
CN108228253A (en) * 2017-12-29 2018-06-29 武汉璞华大数据技术有限公司 A kind of APP construction methods and system
CN111309216A (en) * 2020-02-10 2020-06-19 广州虎牙科技有限公司 List page display method and device, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
申新鹏等: "基于动态领域模型的页面设计模式", 《计算机工程与设计》, no. 06, 16 June 2012 (2012-06-16), pages 168 - 172 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114265659A (en) * 2021-12-27 2022-04-01 飞天诚信科技股份有限公司 Method and device for displaying popup frame by iOS system

Similar Documents

Publication Publication Date Title
US11314568B2 (en) Message processing method and apparatus, storage medium, and computer device
US20170235435A1 (en) Electronic device and method of application data display therefor
CN108664239B (en) Cross-technology-stack web front-end development system and method based on micro-service
CN109189841B (en) Multi-data source access method and system
CN104199723B (en) Camera mapping method based on virtual equipment
WO2019100985A1 (en) Page processing method and mobile terminal
CN103309728A (en) Asynchronous request processing method and equipment
CN107784085B (en) Data list exporting method and terminal thereof
CN111246238A (en) Live broadcast method, device, storage medium and live broadcast system
CN115309470B (en) Method, device, equipment and storage medium for loading widget
CN105786304A (en) Information display method and device in instant messaging
EP3654175A1 (en) Terminal device, ui extension method, and ui extension program
CN112346804A (en) Status bar display system and method for linux-android dual-system terminal
CN110704148B (en) Acquisition method and device of equipment page element, server and storage medium
CN107301220B (en) Method, device and equipment for data driving view and storage medium
CN106162576B (en) Mobile terminal network flow display method and device
CN112394858A (en) iOS list page rapid integration and management
CN112000911A (en) Page management method and device, electronic equipment and storage medium
CN109781135B (en) Information screen information supplement display method, system and application of road-directing robot
CN109614592B (en) Text processing method and device, storage medium and electronic equipment
CN105183288B (en) Single-window multi-task display method and intelligent mobile terminal thereof
CN111124781A (en) Display card testing method and device, electronic equipment and storage medium
CN108427544B (en) single-screen and double-screen application switching method and interface
CN103678332A (en) System, browser and method for displaying page
JP5547917B2 (en) Content generation / distribution system for portable information terminals

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20220426

Address after: No. 36 and 37, 11th floor, Seattle business building, No. 69, Xi'an south road, Jinniu District, Chengdu, Sichuan 610000

Applicant after: SICHUAN BUSINESS EASY CO.,LTD.

Address before: No. 1506, 15th floor, unit 1, building 2, No. 1537, middle section of Jiannan Avenue, high tech Zone, Chengdu, Sichuan 610000

Applicant before: Chengdu Shangtong Digital Technology Co.,Ltd.

TA01 Transfer of patent application right
RJ01 Rejection of invention patent application after publication

Application publication date: 20210223

RJ01 Rejection of invention patent application after publication