Do you really know the correct usage of NSTimer?

NSTimer can you really use it? I believe everyone will confidently say: I know! It's simple, but are you sure you're using it right? 1. Use of nstimer A: NSTimer can you really use it? Do you know the circular reference of NSTimer? B: It's not easy, isn't it 👇 This kind of use, So easy! self.timer = [NSTimer scheduledTimerWithTimeInterval ...

Posted by mnetsys on Fri, 26 Nov 2021 18:46:47 +0100

[fluent topic] explain AppBar widgets in detail

Hello, everyone. I am nuts. The official account is "nuts front end". AppBar The application bar is one of the most commonly used components in various applications. It can be used to hold search fields, buttons to navigate between pages, or just page titles. Because it is such a common component, fluent provides a function called ...

Posted by Dodon on Fri, 26 Nov 2021 02:52:01 +0100

Flutter adds more functions of drop-down refresh and slide up loading to the list

In actual apps, pull-down refresh and slide up loading are more common forms of interaction. In the Flutter, there is a Flutter_ The easyrefresh open source plug-in is used to implement pull-down refresh and slide up load. This article introduces stateful components and fluent_ The basic application of easyrefresh completes asynchronous data lo ...

Posted by Sgarissta on Fri, 19 Nov 2021 16:15:10 +0100

Fluent implements an illustrated list

List is the most common form in App. ListView is provided in fluent to implement the list. This article will implement a list with pictures and texts through ListView. Interface layout analysis The list to be implemented in this chapter is shown in the figure above. After we get the interface design draft, the first thing we do in UI devel ...

Posted by stewart on Thu, 18 Nov 2021 15:51:24 +0100

Analysis of textInput component in hippy react

2021SC@SDUSC Component analysis In the previous blog s, we have analyzed some components, including scrollview, viewPager, waterfallView, image and list view components. This time, let's interpret the textInput component. textInput component textInput is the basic component of input text. It provides the configuration of a variety of fea ...

Posted by nonlinear on Wed, 17 Nov 2021 03:49:15 +0100

[fluent] basic component [03] Scaffold

1. Write in front stay Last article The Container component in Flutter is introduced in. Today, continue to learn the Scaffold component in the basic component of Flutter. [collection of basic grammar] [fluent] var, final and const in Dart are basically used [fluent] num of Dart data type [fluent] String of Dart data type [fluent] Dart' ...

Posted by jstone3503 on Sat, 06 Nov 2021 19:21:25 +0100

This time, solve the various pain points of fluent dialog!

prefaceQ: What's the most smelly thing you've ever smelled in your life?A: My rotten dream.Brother Meng!!! I'm here again!This time, I can confidently say to you: I finally brought you a pub package that can really help you solve many pit ratio scenes!Put the previous shuttle_ smart_ Dialog, on the basis of maintaining the stability of the api, ...

Posted by noiseusse on Wed, 03 Nov 2021 03:33:33 +0100

Practice of Flux architecture in Toka App

Introduction: in order to cope with the complex interaction of video editing tools, Toka iOS draws lessons from the design idea of Flux architecture mode and the topology concept of directed acyclic graph, centralizes the event management, and realizes a comfortable, refreshing and easy to control "one-way flow" mode from the dev ...

Posted by bidnshop on Thu, 28 Oct 2021 03:54:27 +0200

How to realize the customized development of the navigation bar under the technology dry goods | Native page?

Introduction:   Through the description of different actual scenes for your reference, complete the customized development of Native page. Many mpaas coders will deeply customize the navigation bar of the container after accessing the H5 container. This paper aims to complete the customized development of the Native page for your refe ...

Posted by phpnewbie25 on Thu, 30 Sep 2021 00:52:18 +0200

NSString simple details - write to file or URL

Version record Version numbertimeV1.02017.05.05 preface I simply wrote the initialization of NSString and wrote several articles. They are not difficult, but they can be of some small help to novices. For great gods, you can skip these articles. NSString is not difficult, but they are all details. I forgot to check and went back. There are ...

Posted by jalbey on Tue, 28 Sep 2021 10:03:46 +0200