Giter Site home page Giter Site logo

wechatfloat's Introduction

wechatfloat's People

Contributors

sherlockqi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

wechatfloat's Issues

你好

我在模拟器上运行 没看到任何东西啊

用不了

完全用不了,怎么给star?

使用的时候出现内存泄漏,浮窗的VC没法释放~

你好,我在项目使用中遇到两个问题:
1、浮窗关闭,但是浮窗对应的VC没法释放。
2、在浮窗没有关闭的时候再添加新的浮窗,小圆点会过几秒自动消失,对应VC也是没有释放的。
目前我自己也在排查,先提个issues~

bug

用小圆点,点击进入的页面,用手势返回,取消小圆点,再试没有效果

DEMO都跑不动,怎么给你Star?

Illegal redeclaration of property in class extension 'HKFloatManager' (attribute must be 'readwrite', while its primary must be 'readonly')
错误❌

定时器销毁时机问题

} else if (self.edgePan.state == UIGestureRecognizerStatePossible) {
///这个位置的代码不应该在动画结束后销毁定时器,否则会在动画过程中继续回调定时器,多次UIGestureRecognizerStatePossible状态
[self.floatArea removeFromSuperview];
self.floatArea = nil;
[self.link invalidate];
self.link = nil;
[UIView animateWithDuration:0.5 animations:^{
self.floatArea.frame = CGRectMake(SCREEN_WIDTH, SCREEN_HEIGHT, kFloatAreaR, kFloatAreaR);
} completion:^(BOOL finished) {
if (self.showFloatBall) {
self.floatViewController = self.tempFloatViewController;
if ([self haveIconImage]) {
self.floatBall.iconImageView.image = [self.floatViewController valueForKey:@"hk_iconImage"];
}
self.floatBall.alpha = 1;
[kWindow addSubview:self.floatBall];
}
}];
}

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.