pengfei.zhou
|
235549eea4
|
Add Resource Loader for iOS
|
2021-10-25 17:16:01 +08:00 |
|
pengfei.zhou
|
7637a820e5
|
iOS: fix when init NSAttributedString cause it runs blocks on main queue immediately
|
2021-10-22 16:10:56 +08:00 |
|
pengfei.zhou
|
72a4562885
|
iOS: optimze when updating cell do not cause size change, do not reload
|
2021-10-20 17:54:21 +08:00 |
|
pengfei.zhou
|
c04994ab21
|
iOS: FlexNode ignore maxSize if largger than intrinsic size when it is root flex node
|
2021-10-17 12:37:41 +08:00 |
|
pengfei.zhou
|
3a1d07ecc4
|
iOS: FlexLayout's root node do not enable margin
|
2021-10-17 12:37:41 +08:00 |
|
pengfei.zhou
|
6cae752456
|
Add find visible items for list and flowlayout
|
2021-10-12 17:44:02 +08:00 |
|
pengfei.zhou
|
f09f7859b9
|
Flowlayout's loadMoreView supports fullSpan,default is false
|
2021-10-12 17:44:02 +08:00 |
|
pengfei.zhou
|
738c072ee4
|
Remove header and footer support,this is unnecessary
|
2021-10-12 17:44:02 +08:00 |
|
pengfei.zhou
|
0e77c62e13
|
FlowLayoutItem add fullSpan attribute
|
2021-10-12 17:44:02 +08:00 |
|
pengfei.zhou
|
9429c75834
|
flowlayout add header and footer:iOS implement
|
2021-10-12 17:44:02 +08:00 |
|
pengfei.zhou
|
0dbab344d9
|
iOS: fix iOS cannot loadmore when list's itemCount is 0
|
2021-10-12 17:44:02 +08:00 |
|
pengfei.zhou
|
5224be8f90
|
feat:List add header and footer
|
2021-10-12 17:44:02 +08:00 |
|
pengfei.zhou
|
f6d117da06
|
iOS: fix missing super call for requestLayout
|
2021-10-12 17:44:02 +08:00 |
|
pengfei.zhou
|
3250523fb4
|
fix when remove child node from group node,reuse cause problem
|
2021-10-08 18:49:45 +08:00 |
|
pengfei.zhou
|
9757a6e8c6
|
iOS: fix blend viewModel error
|
2021-09-30 14:27:22 +08:00 |
|
pengfei.zhou
|
46609aee4c
|
iOS: fix when blend subnode,occured crash
|
2021-09-29 19:08:14 +08:00 |
|
pengfei.zhou
|
8ef9ddc610
|
iOS: fix get property error
|
2021-09-29 19:08:14 +08:00 |
|
pengfei.zhou
|
63e0d1c38c
|
feat: Image add isAnimating, startAnimating and stopAnimating API
|
2021-09-26 16:35:24 +08:00 |
|
pengfei.zhou
|
3fd8405e0b
|
feat: Image loadCallback add animated prop
|
2021-09-26 16:35:24 +08:00 |
|
王劲鹏
|
bf0de5e02a
|
native response parameter changed
|
2021-09-23 18:11:27 +08:00 |
|
王劲鹏
|
6e8c5cc8ea
|
iOS: update with js dispatcher
|
2021-09-23 11:08:13 +08:00 |
|
王劲鹏
|
0421b8258f
|
iOS: implement touch api
|
2021-09-22 16:25:59 +08:00 |
|
王劲鹏
|
ac6a027f02
|
iOS: implement gesture container
|
2021-09-22 16:25:59 +08:00 |
|
pengfei.zhou
|
563f1a7fe1
|
iOS: fix when reuse flexnode, its childNode cannot measure properly
|
2021-09-16 19:23:19 +08:00 |
|
pengfei.zhou
|
e6647214dd
|
iOS: fix part corner with border
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
95ff2155f5
|
iOS: Text set shadow do not set clipToBounds
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
116469d52c
|
iOS: fix hintFont default is font
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
145e157558
|
iOS: input focus fix
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
abc39ed28f
|
iOS: Input align to android implement
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
58067e217e
|
iOS:TextField support virtical alignment
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
228c2c131c
|
iOS:TextNode use content size
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
88c594ae10
|
iOS: input support textfield
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
5b3d45f607
|
iOS: Text textAligment support Top and Bottom
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
41e610e424
|
Animation add keyFrame
|
2021-09-07 20:18:24 +08:00 |
|
pengfei.zhou
|
d7d19b17d0
|
Add BackgroundColorAnimation and AlphaAnimation
|
2021-09-07 18:50:09 +08:00 |
|
pengfei.zhou
|
31fb5186d3
|
iOS:use macro to control use of image and cache library
|
2021-09-07 16:13:49 +08:00 |
|
王劲鹏
|
d62303baf0
|
iOS: fix quickly set image url caused image integrity error
|
2021-09-07 10:50:21 +08:00 |
|
王劲鹏
|
7a0a2c6621
|
iOS: image render optimize
UIGraphicsBeginImageContextWithOptions replaced with UIGraphicsImageRenderer above iOS 10
|
2021-09-03 15:52:15 +08:00 |
|
pengfei.zhou
|
e6637b82de
|
iOS:fix when text font is customized,set fontStyle cause font change to system font
|
2021-08-12 16:02:08 +08:00 |
|
pengfei.zhou
|
6e048e39fc
|
fix compile err
|
2021-08-12 11:33:20 +08:00 |
|
王劲鹏
|
33c681031d
|
fix: iOS List scroll to row inaccurate
|
2021-08-11 18:40:28 +08:00 |
|
pengfei.zhou
|
bfa865fe5d
|
feat:Image add imageFilePath
|
2021-08-05 17:44:06 +08:00 |
|
王劲鹏
|
e1032721f1
|
iOS: add h & v scroll bar enable for input
|
2021-07-29 17:21:34 +08:00 |
|
pengfei.zhou
|
5224df5369
|
iOS: change logic weight caculating to align android
|
2021-07-29 11:37:55 +08:00 |
|
pengfei.zhou
|
ba099b6f7e
|
iOS:fix TextNode cannot switch back to normal style
|
2021-07-27 18:13:11 +08:00 |
|
pengfei.zhou
|
f75a6f8071
|
iOS:change the way created item view.
|
2021-07-23 10:45:27 +08:00 |
|
王劲鹏
|
c49bfadb9c
|
add view id display
|
2021-07-21 19:32:31 +08:00 |
|
王劲鹏
|
cd9f08fa97
|
iOS: impl text color with gradient
|
2021-07-20 15:56:36 +08:00 |
|
王劲鹏
|
489fea0839
|
iOS: impl font & hint font for input
|
2021-07-20 15:53:19 +08:00 |
|
pengfei.zhou
|
c82510f57a
|
iOS: fix flowlayout loadmoreView do not show on content
|
2021-07-15 18:09:03 +08:00 |
|