Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter bugs #2

Closed
hendyevan opened this issue Jan 19, 2018 · 10 comments
Closed

Filter bugs #2

hendyevan opened this issue Jan 19, 2018 · 10 comments

Comments

@hendyevan
Copy link

Hi, im using this library and running in iphone 7, but i can not filter my post because the text field show in nav bar.
img_0707

@hendyevan hendyevan changed the title Using DebugMan with Alamofire Filter in DebugMan Jan 19, 2018
@CocoaDebug
Copy link
Owner

CocoaDebug commented Jan 19, 2018

I run in Simulator iPhone7 (iOS11 & iOS10), and it works well both.
What is your iOS version in your project?

@hendyevan
Copy link
Author

Im using real device. My iOS version is 11.2.1

@CocoaDebug
Copy link
Owner

CocoaDebug commented Jan 19, 2018

are you using the last version ?

@hendyevan
Copy link
Author

hendyevan commented Jan 19, 2018

i am using the last version pod 'CocoaDebug' , :configurations => ['Debug']

@CocoaDebug
Copy link
Owner

CocoaDebug commented Jan 19, 2018

I guess you may changed your navigation bar Global somewhere in your project. Next new version release I will fix this. maybe tomorrow

@hendyevan
Copy link
Author

Im not changing navigation bar for global, only for each viewcontroller. Ok, please inform if you release next version and i will update it.

@CocoaDebug
Copy link
Owner

CocoaDebug commented Jan 19, 2018

I have found out the reason...tomorrow I will fix it and inform you.

UINavigationBar.appearance().setBackgroundImage(UIImage(), for: .default)
UINavigationBar.appearance().shadowImage = UIImage()
UINavigationBar.appearance().backgroundColor = UIColor(red: 0.0, green: 0.0, blue: 0.0, alpha: 0.0)
UINavigationBar.appearance().isTranslucent = true

snip20180119_2

@hendyevan
Copy link
Author

Awesome! Thank you very much for your support.

@CocoaDebug
Copy link
Owner

CocoaDebug commented Jan 19, 2018

if you can not wait tomorrow, you can temporarily add this one line code navigationBar.isTranslucent = false in Pods/CocoaDebug/LogNavigationViewController.swift
tomorrow I will release new version. Enjoy~

snip20180119_3

@CocoaDebug CocoaDebug added the bug Something isn't working label Jan 29, 2018
@CocoaDebug CocoaDebug reopened this Feb 24, 2018
@CocoaDebug
Copy link
Owner

This bug has been fixed.

@CocoaDebug CocoaDebug changed the title Filter in DebugMan Filter in DotzuX Mar 6, 2018
@CocoaDebug CocoaDebug changed the title Filter in DotzuX Filter in DebugWidget Jul 3, 2018
@CocoaDebug CocoaDebug changed the title Filter in DebugWidget Filter in CocoaDebug Jul 7, 2018
@CocoaDebug CocoaDebug changed the title Filter in CocoaDebug Filter bugs Sep 9, 2018
@CocoaDebug CocoaDebug removed the bug Something isn't working label Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants