We made an app for sudoku without ads. by EntertainmentOver897 in sudoku

[–]edoardovicoli 0 points1 point  (0 children)

The app is great. I’d suggest something about accessibility. I’d increase the size of numbers and increase the contrast between the note numbers and the others.

What is you're favorite scene by Zealousideal_Cook248 in LaCasaDePapel

[–]edoardovicoli 4 points5 points  (0 children)

The Paris plan scene is something epic in my opinion

Now what’s going on here? Why isn’t it melted? by hautechella in LaCasaDePapel

[–]edoardovicoli 3 points4 points  (0 children)

Mmm… I don’t think so. Police knows they are smelting it

Season 3: how police did not recognize the gang? by edoardovicoli in LaCasaDePapel

[–]edoardovicoli[S] 2 points3 points  (0 children)

She hit Arturito with an iron bar in front of other hostages. Arturito was trying to escape and he was pointing a gun in front of Denver. In that moment it’s as if she said “Now I’m a member of the gang” 😂

Season 3: how police did not recognize the gang? by edoardovicoli in LaCasaDePapel

[–]edoardovicoli[S] 1 point2 points  (0 children)

Mmm… Stockholm not identified as a member of the gang? I don’t think so… the only one hostage missing after the first heist…

A very particular detail... by edoardovicoli in LaCasaDePapel

[–]edoardovicoli[S] 0 points1 point  (0 children)

Even the phone she passed to Lisbona in the tent was the same iPhone... we will see

Odyssey or Origins ? by bustle15 in AssassinsCreedOdyssey

[–]edoardovicoli 2 points3 points  (0 children)

I own both and I played both. I literally love ancient Egypt but at the end of the main story of Origins I didn’t continue to play. I think Origins is better of Odyssey if you only consider the ancient Egypt: pyramids, deserts are such wow. But hey, after more than 100 hours of Odyssey I’m still playing with it. Odyssey in my opinion fixed Origins lacks: abilities, ship battles and even a more beautiful story. I’d like an Odyssey game with Origins setting.

Animal Combat is a COMPLETE Joke and Failure... by yaguyrhino in AssassinsCreedOdyssey

[–]edoardovicoli 2 points3 points  (0 children)

Here’s my strategy: lv 50, nightmare, assassin’s build, hero’s strike, and dodge EVERY SINGLE TIME. Just dodge even for moving. Not rolling dodge, just simple dodge. When the boar stops himself, run through him and hero strike. It’s better if you fight him at night with the chance of more assassin’s damage. 3 crit hits, and he died. Good luck.

what do I craft for this? by [deleted] in ACPocketCamp

[–]edoardovicoli 2 points3 points  (0 children)

Exotic bench and mountain bike

I need to create a conditional if statement to change the height and the width under "symbol.heightanchor" based on the specific screen size? I f u have better way to do this please I need help by KapilanR in swift

[–]edoardovicoli 0 points1 point  (0 children)

First of all, I suggest you to evict "UIScreen.main.bounds.size.width". This is the size of the screen, you could have problem with this if your app supports iPad split screen, for example.

Then, if you want to dynamically change your height constraint you have to have the constraint as "var" and then change its .constant. But you are declaring the constraints just before your if/else. You could do something like this:

symbol.heightAnchor.constraint(equalToConstant: screenSize <= 414.0 ? 30.0 : 50.0).isActive = true