b. App now uploaded to Github

in iOS Development5 years ago (edited)

Following my introduction last week about the simple iOS app I am working on to search #HIVE by Tag, I noticed that the name Beez is used already on the app Store and therefore I renamed the App to b.


b.Icon.png
b. App Logo

The code has been moved to my github page and I hope to have the final changes completed before the end of next week.

Things that still need to be done:

  • Update API from Steem to Hive (I am dependent on the API service from @good-karma as I am not good with backend stuff)

  • Render html and markdown to proper text in the detail view.

  • Render image links to actual images

  • Refactor (cleanup) code

  • Polish design

A few screenshots

b1.png

b2.png

b3.png

Don't expect a killer app, I am not a developer and coding is a hobby for me but I think the result is already acceptable.

My tutorial series will start shortly after the app is in the store.

Sort:  

Hey brother, I remember what I promised, will get back to you once everything is ready on hiveapi front. Sorry for delay...

Thank you for the great work you do. I am not in a rush. Can you recommend a good way to display images in iOS? Ideally I would like to use a package / coco pods that automatically changes image url links to an actual image, but I haven’t found it yet.

I finally figured out how to show the body content including images. I had to use a WebView (WebKit). Super exciting!