Search results

  1. fukurou

    💰moneymaxing fighting skills

  2. fukurou

    cloth folding tutorial

  3. fukurou

    🏕️offgrid build hobbit house

  4. fukurou

    XCode grimoire

    cloning a github project to XCode on a github.com project code -> copy the project https url https://github.com/appbrewery/Dicee-iOS13.git (^for example) open a new XCode project, clone an existing project or if a project is open : from the top tool bar, source control, clone paste the...
  5. fukurou

    XCode grimoire

    running the app for the 1024 x 1024 image you can use canva.com add icons : use https://picresize.com/ to generate all icon sizes needed in assets : and drag them into the assets folder. click the play button to run the app on a simulator (1st run will take a while) running the app on a...
  6. fukurou

    xcode : view without any layout constraint may clip

    "view without any layout constraint may clip" glitch fix : and choose add missing constraints
  7. fukurou

    XCode grimoire

    image view https://hotpot.ai/icon-resizer convert an icon, choose ios image and drop the images (x1 x2 x3) to the assets folder. next select the image view you added with the + btn in main (the UI), and click the attribute selector. finally select the image from the drop down box
  8. fukurou

    XCode grimoire

    size inspector the size inspector sets the position of view elements and their size click + in the view controller to drag and drop views
  9. fukurou

    XCode grimoire

    navigation
  10. fukurou

    honkai impact

    https://honkaiimpact3.hoyoverse.com/global/en-us/download @ZORO
  11. fukurou

    honkai impact

  12. fukurou

    GitHub Wiki

  13. fukurou

    [MEDIA]

  14. fukurou

    sliders test

    sliders
  15. fukurou

    XCode grimoire

    new app project create a new Xcode project, or: file, new, project(shift + n), choose the app template on choose options for your new project set interface to STORYBOARD organization identifier example : ninja.site_name or com.name if you have no site choose a dir to save projects into in...
  16. fukurou

    publishing a python library

    create a .pypirc in home folder create account on pypi.org fill in pypirc file : [distutils] index-servers = pypi pypitest [pypi] repository: https://upload.pypi.org/legacy/ username: username password: userpass [pypitest] repository: https://testpypi.python.org/pypi username: username...
  17. fukurou

    Github: How to collaborate on Github

  18. fukurou

    [MEDIA]

  19. fukurou

    🐍 python the living grimoire is now available in python as well

    https://github.com/yotamarker/public-livinGrimoire/tree/master/livingrimoire%20start%20here/LivinGrimoire%20python
Top