Giter Club home page Giter Club logo

Comments (10)

mats-claassen avatar mats-claassen commented on June 20, 2024

Hi, I copied your code into one of the Eureka examples and it works just fine, no animations for the segmented control labels (Xcode 13.3, Simulator iPhone 13)
I suggest you double check if there is anything else that might interfere with the animation or something else that animates.

from eureka.

ashish-naik avatar ashish-naik commented on June 20, 2024

I am not animating anything in the view controller.

i tried animate block and change of userInterfaceStyle in switch row. it still affects UISegmentControl.

The form elements loads from left. Can this behaviour be altered? Could this be affecting UISegmentControl ?

I tried to add my code in the Eureka example code but getting below error. It may unrelated but i was earlier able to run example project. Below is initial part of the error.

Showing Recent Messages
Cycle inside Eureka; building could produce unreliable results. This usually can be resolved by moving the target's Headers build phase before Compile Sources.
Cycle details:
→ Target 'Eureka' has link command with output '/Users/a/Library/Developer/Xcode/DerivedData/Eureka-bsgphpazxmymhjcxmobqusednbco/Build/Products/Debug-iphoneos/Eureka.framework/Eureka'
○ Target 'Eureka' has compile command with input '/Users/a/Library/Developer/Xcode/DerivedData/Eureka-bsgphpazxmymhjcxmobqusednbco/Build/Intermediates.noindex/Eureka.build/Debug-iphoneos/Eureka.build/DerivedSources/Eureka_vers.c'
○ Target 'Eureka' has compile command for Swift source files
○ Target 'Eureka' has copy command from '/Users/a/Developer/sample iOS projects/Projects/Eureka-master/Source/Eureka.h' to '/Users/a/Library/Developer/Xcode/DerivedData/Eureka-bsgphpazxmymhjcxmobqusednbco/Build/Products/Debug-iphoneos/Eureka.framework/Headers/Eureka.h'

from eureka.

ashish-naik avatar ashish-naik commented on June 20, 2024

When i present Preferences View controller in full screen, UISegmentControl works normally.

This worked in non full screen but don't get the animation to work. This is not an issue with Eureka though i am sure.

UIView.animate(withDuration: 0.5, animations: {
						
	self.overrideUserInterfaceStyle = newUserInterfaceStyle!

}) { (_) in
	window?.overrideUserInterfaceStyle = newUserInterfaceStyle!

}

from eureka.

mats-claassen avatar mats-claassen commented on June 20, 2024

So this seems to be an issue with UISegmentedControl when in a view controller that is not full screen?

from eureka.

ashish-naik avatar ashish-naik commented on June 20, 2024

Yes
But this doesn't happen in example project.

Another issue i noticed is how the UISwitch changes colour first appearing as square. Don't know what is causing this strange behaviour. Please check the image above.

The form rows load from left. Can this behaviour be altered? They don't load like this in example project.
Could this be affecting UISegmentControl ?

eureka.form.animation.mp4

from eureka.

ashish-naik avatar ashish-naik commented on June 20, 2024

@mats-claassen Any suggestion or solution I can use?

from eureka.

mats-claassen avatar mats-claassen commented on June 20, 2024

Sometimes such behaviour has to do with the moment you set up the form. Is that happening in viewDidLoad or later? Are you setting the whole form at once or are you building the viewController's form variable in multiple steps?

from eureka.

ashish-naik avatar ashish-naik commented on June 20, 2024

it is in viewDidLoad and one form variable and multiple sections.

from eureka.

mats-claassen avatar mats-claassen commented on June 20, 2024

Are you building the self.form variable gradually or assigning it at the end like this: (might be worth a try)

let form = Section()
    <<< TextRow()
    <<< IntRow()
self.form = form

from eureka.

ashish-naik avatar ashish-naik commented on June 20, 2024

Thanks. This worked.

and found solution to prevent titles getting animated here by adding layoutIfNeeded() but UISwitch still becomes square during animation duration.

from eureka.

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.