Sunday, October 6, 2019

How to delete an email account on iOS and why you don't see a delete button.

To do a normal deletion for an , say, email account, just do:
settings -> accounts and passwords -> tap your account you want to delete -> tap delete.

If there's no delete button, you need to delete the corresponding profile by:
settings -> General -> Profiles 
to delete.

More information can be found here:
https://www.wikihow.tech/Remove-an-Email-Account-from-an-iPhone

Wednesday, October 2, 2019

python convert lists to dict

dictOfWords = { i : 5 for i in listOfStr }

dictOfWords = { test[i] : bdata.uns['celltype_colors'][i] for i in range(len(test)) }