当前位置:网站首页>Uipickerview show and hide animation
Uipickerview show and hide animation
2022-06-24 02:27:00 【User 7705674】
- (void)ViewAnimation:(UIView*)view willHidden:(BOOL)hidden {
[UIView animateWithDuration:0.3 animations:^{
if (hidden) {
view.frame = CGRectMake(0, [UIScreen mainScreen].bounds.size.height, [UIScreen mainScreen].bounds.size.width, view.bounds.size.height);
} else {
[view setHidden:hidden];
view.frame = CGRectMake(0, [UIScreen mainScreen].bounds.size.height - view.bounds.size.height, [UIScreen mainScreen].bounds.size.width, view.bounds.size.height);
}
} completion:^(BOOL finished) {
[view setHidden:hidden];
}];
} </pre>
UIPickerView Show and hide animations .边栏推荐
- Tencent cloud double 11 Live Room activity rules
- application. Yaml configuring multiple running environments
- Dry goods collection | the heaviest content collection of Tencent digital ecology Conference!
- Must the company domain name have a trademark registration? What if the registered domain name is rejected?
- What if the cloud desktop fails to connect to the server? How to use cloud desktop?
- How many graphics cards are required for cloud game servers? What should be paid attention to when purchasing servers
- Mainstay of network detection - nping User Guide
- How to set up a cloud desktop server? What are the advantages of cloud desktop?
- Micro850 Simulator
- Wwise + GME game voice scheme: unlock more voice playing methods and let players "sound in their environment"
猜你喜欢

Leetcode969: pancake sorting (medium, dynamic programming)
Cloudpods golang practice

BIM model example

163 mailbox login portal display, enterprise mailbox computer version login portal

Introduction to development model + test model

If there are enumerations in the entity object, the conversion of enumerations can be carried out with @jsonvalue and @enumvalue annotations

How to fill in and register e-mail, and open mass mailing software for free

application. Yaml configuring multiple running environments

2020 language and intelligent technology competition was launched, and Baidu provided the largest Chinese data set

Advanced BOM tool intelligent packaging function
随机推荐
Echo framework: add API logging Middleware
Why does the path obtained by the remote server echo%temp% have a number of 1, 2, 3, etc
What is raid? 2000 words can explain RAID 0, 1, 5 and 10 thoroughly, and collect!
Wechat open platform: OpenAPI, cloud development and basic management capability upgrade
Code 128 barcode details
Gin framework: add API logging Middleware
Use cloudflare to defend against DDoS for free
Tencent cloud double 11 Live Room activity rules
A complete collection of SQL commands. Each command has an example. Xiaobai can become a God after reading it!
Buddha's foot before examination: the second play of leetcode
Shopify has quietly taken the second place in e-commerce in North America. Is independent station the "magic weapon" to win?
How to apply for top-level domain names? What are the types of top-level domain names?
Official spoilers! Figure 1 understand Tencent security @2021 Tencent digital ecology Conference
Facebook was officially renamed meta, and the digital twin meta universe was applied!
How to set up a cloud desktop server? What are the advantages of cloud desktop?
What is a port? The most complete and strongest port number in history, collection!
The technical route is based on UE4 for secondary development
Cloud recommendation Vol.1: quick start to remote control under f-stack, go modules and 5g!
Implementing cos signature with postman
How does [lightweight application server] build a cross-border e-commerce management environment?