This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-iOS/Pod/Classes/Shader
2023-04-04 11:14:28 +08:00
..
DoricAeroEffectViewNode.h feat: fix typo 2021-11-26 14:56:36 +08:00
DoricAeroEffectViewNode.m iOS: Use Animator to control blur effect 2021-11-26 14:56:36 +08:00
DoricBlurEffectViewNode.h iOS: add BlurEffect 2021-11-26 14:56:36 +08:00
DoricBlurEffectViewNode.m Feature/zpf (#564) 2022-12-20 15:06:46 +08:00
DoricDraggableNode.h complete Android & iOS with same logic 2020-01-04 14:48:50 +08:00
DoricDraggableNode.m iOS:fix draggable 2020-04-08 20:33:20 +08:00
DoricErrorHintNode.h feat:add protect case for plugin and view 2021-06-22 17:19:50 +08:00
DoricErrorHintNode.m feat:add protect case for plugin and view 2021-06-22 17:19:50 +08:00
DoricFlexNode.h add ts define 2020-04-10 14:35:21 +08:00
DoricFlexNode.m iOS: do not dependent yoga, include its source directly 2023-04-04 11:14:28 +08:00
DoricFlowLayoutItemNode.h rename dir 2019-12-21 23:01:45 +08:00
DoricFlowLayoutItemNode.m Add find visible items for list and flowlayout 2021-10-12 17:44:02 +08:00
DoricFlowLayoutNode.h feature:CoordinateLayout support multi set 2020-03-11 13:42:17 +08:00
DoricFlowLayoutNode.m feat: add scrollsToTop for scrollable views only for iOS 2023-03-14 12:21:54 +08:00
DoricGestureContainerNode.h iOS: update with js dispatcher 2021-09-23 11:08:13 +08:00
DoricGestureContainerNode.m feat:fix gesture touch event's conflict in scroller 2022-08-01 19:05:41 +08:00
DoricGroupNode.h iOS:fix NestedScroll 2020-04-08 20:33:20 +08:00
DoricGroupNode.m fix when remove child node from group node,reuse cause problem 2021-10-08 18:49:45 +08:00
DoricHLayoutNode.h iOS refact DoricLayout 2020-04-08 20:33:20 +08:00
DoricHLayoutNode.m iOS: when not set onclick on view, should passthrough touch event 2022-12-07 10:29:02 +08:00
DoricHorizontalListItemNode.h iOS: implement horizontal list 2022-08-25 10:22:23 +08:00
DoricHorizontalListItemNode.m iOS: implement horizontal list 2022-08-25 10:22:23 +08:00
DoricHorizontalListNode.h iOS: implement horizontal list 2022-08-25 10:22:23 +08:00
DoricHorizontalListNode.m feat: add scrollsToTop for scrollable views only for iOS 2023-03-14 12:21:54 +08:00
DoricImageNode.h rename dir 2019-12-21 23:01:45 +08:00
DoricImageNode.m fix: image's contentMode bug when displayed again after an image loading error. 2022-07-19 16:46:23 +08:00
DoricInputNode.h iOS: input support textfield 2021-09-09 18:24:22 +08:00
DoricInputNode.m iOS: font style for input 2023-01-17 11:24:23 +08:00
DoricLayouts.h iOS: fix crash when access flexConfig 2023-03-23 19:54:08 +08:00
DoricLayouts.m iOS: do not dependent yoga, include its source directly 2023-04-04 11:14:28 +08:00
DoricListItemNode.h rename dir 2019-12-21 23:01:45 +08:00
DoricListItemNode.m iOS:add ListItem actions api 2021-04-25 15:49:01 +08:00
DoricListNode.h feature:CoordinateLayout support multi set 2020-03-11 13:42:17 +08:00
DoricListNode.m iOS: fix List Crash when insert more rows 2023-04-03 14:21:54 +08:00
DoricNestedSliderNode.h rename dir 2019-12-21 23:01:45 +08:00
DoricNestedSliderNode.m feat: add scrollsToTop for scrollable views only for iOS 2023-03-14 12:21:54 +08:00
DoricRootNode.h iOS: fix when RootNode shrink its size, it cannot be layout properly 2023-03-07 16:37:00 +08:00
DoricRootNode.m iOS: fix when RootNode shrink its size, it cannot be layout properly 2023-03-07 16:37:00 +08:00
DoricScrollerNode.h iOS: Scroller support fit width or height 2022-08-25 14:23:14 +08:00
DoricScrollerNode.m feat: add scrollsToTop for scrollable views only for iOS 2023-03-14 12:21:54 +08:00
DoricSlideItemNode.h rename dir 2019-12-21 23:01:45 +08:00
DoricSlideItemNode.m iOS:fix slider requestLayout 2020-04-08 20:33:20 +08:00
DoricSliderNode.h rename dir 2019-12-21 23:01:45 +08:00
DoricSliderNode.m feat: add scrollsToTop for scrollable views only for iOS 2023-03-14 12:21:54 +08:00
DoricStackNode.h iOS refact DoricLayout 2020-04-08 20:33:20 +08:00
DoricStackNode.m iOS: when not set onclick on view, should passthrough touch event 2022-12-07 10:29:02 +08:00
DoricSuperNode.h iOS: fix when Image async load cause super node requestLayout 2021-11-12 16:28:45 +08:00
DoricSuperNode.m iOS: fix when load image async cause crash 2023-03-29 11:55:23 +08:00
DoricSwitchNode.h feat:add switch for Android and iOS 2020-03-13 13:03:23 +08:00
DoricSwitchNode.m iOS: reset view node when reuse this node 2021-10-27 18:01:36 +08:00
DoricTextNode.h rename dir 2019-12-21 23:01:45 +08:00
DoricTextNode.m iOS: fix font style cannot change from system bold to system normal 2023-01-13 11:52:09 +08:00
DoricUIView.h iOS: when not set onclick on view, should passthrough touch event 2022-12-07 10:29:02 +08:00
DoricUIView.m iOS: when not set onclick on view, should passthrough touch event 2022-12-07 10:29:02 +08:00
DoricViewNode.h iOS: reset view node when reuse this node 2021-10-27 18:01:36 +08:00
DoricViewNode.m iOS: fix when reset viewnode cannot reset gradient color 2023-03-15 12:17:45 +08:00
DoricVLayoutNode.h iOS refact DoricLayout 2020-04-08 20:33:20 +08:00
DoricVLayoutNode.m iOS: when not set onclick on view, should passthrough touch event 2022-12-07 10:29:02 +08:00
UIView+Doric.h iOS refact DoricLayout 2020-04-08 20:33:20 +08:00
UIView+Doric.m iOS refact DoricLayout 2020-04-08 20:33:20 +08:00