Giter Club home page Giter Club logo

Comments (5)

wwmz avatar wwmz commented on August 24, 2024

日历弹窗怎么在弹出的时候显示在指定日期并显示那个选中状态按钮 貌似没有api

.wDefaultDateSet([NSDate data]) //跳转到默认日期页 wListDefaultValueSet //默认选中 后面的那个属性我看了下单选的好像忘记适配了 只适配了单选的

from wmzdialog.

Ave838 avatar Ave838 commented on August 24, 2024

多谢,控件很全面好用。但是弹窗弹出的时候透明背景加入过渡动画,显示的时候会对体验有所提升。
WMZDialog.m -> 524行 。
self.shadowView.alpha = 0; [UIView animateWithDuration:0.3 animations:^{ self.shadowView.alpha = self.wShadowAlpha; }];

from wmzdialog.

wwmz avatar wwmz commented on August 24, 2024

多谢,控件很全面好用。但是弹窗弹出的时候透明背景加入过渡动画,显示的时候会对体验有所提升。
WMZDialog.m -> 524行 。
self.shadowView.alpha = 0; [UIView animateWithDuration:0.3 animations:^{ self.shadowView.alpha = self.wShadowAlpha; }];

里面有带很多动画效果的 wShowAnimation 阴影这个加这个过度也可以哈

from wmzdialog.

Ave838 avatar Ave838 commented on August 24, 2024

多谢,控件很全面好用。但是弹窗弹出的时候透明背景加入过渡动画,显示的时候会对体验有所提升。
WMZDialog.m -> 524行 。
self.shadowView.alpha = 0; [UIView animateWithDuration:0.3 animations:^{ self.shadowView.alpha = self.wShadowAlpha; }];

里面有带很多动画效果的 wShowAnimation 阴影这个加这个过度也可以哈

是半透明背景遮罩层的显示哈:wShadowColor,目前貌似是直接显示的。子弹窗是有动画可选的

from wmzdialog.

wwmz avatar wwmz commented on August 24, 2024

多谢,控件很全面好用。但是弹窗弹出的时候透明背景加入过渡动画,显示的时候会对体验有所提升。
WMZDialog.m -> 524行 。
self.shadowView.alpha = 0; [UIView animateWithDuration:0.3 animations:^{ self.shadowView.alpha = self.wShadowAlpha; }];

里面有带很多动画效果的 wShowAnimation 阴影这个加这个过度也可以哈

是半透明背景遮罩层的显示哈:wShadowColor,目前貌似是直接显示的。子弹窗是有动画可选的

嗯 加上了

from wmzdialog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.