自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 Flutter--常用命令

flutter build apk -t lib/xxx.dart //指定main文件打包。flutter build ios --release //iOS打包 -lstdc++flutter build appbundle//打google play上架的aab包。flutter doctor //检测flutter运行环境。flutter build apk //安卓打包。

2023-03-10 10:28:23 317

原创 3Dtouch开发内容

1:Home Screen Quick Actions (主屏快捷行为入口) 2:peek and pop (预览和弹出) 3: Web view peek and pop API (HTML链接预览功能) 4:Force Properties (按压力度)

2021-03-10 11:00:24 92

原创 iOS13, 一句话适配 presentViewController

采用分类的形式,给 UIViewController 增加一个分类,写入方法@implementation UIViewController (iOS13)- (UIModalPresentationStyle)modalPresentationStyle{ return UIModalPresentationFullScreen;}@end

2021-01-13 13:45:46 230

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除