Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create PostView via QiitaAPI following MVVM + Clean Architecture #15

Merged
merged 14 commits into from
Aug 1, 2020

Conversation

KaoruMuta
Copy link
Owner

@KaoruMuta KaoruMuta commented Jul 25, 2020

Issue Number

#3 #10 #13

What is changed in this PR?

  • Create PostView
  • Load the articles in Qiita via QiitaAPI by using Alamofire

Check if the PR fulfills these requirements

  • Build Successfully
  • Work Correctly
  • Set Squash and Merge as a kind of merge

@KaoruMuta KaoruMuta changed the title feat: create PostView via QiitaAPI following Clean Architecture feat: create PostView via QiitaAPI following MVVM + Clean Architecture Jul 31, 2020
@@ -1,4 +1,5 @@
github "ReactiveX/RxSwift" == 5.0
github "ReactiveX/RxSwift" == 5.1.1
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When a version of RxSwift is 5.0, some crash happened.

  • Produced RxSwift.framework via Carthage, store in Carthage/iOS/Build/Static/*
  • Not worked databinding between ui and tableView
    Error is as follows.
failed to demangle superclass of DelegateProxy from mangled name 'So16_RXDelegateProxyC'

@KaoruMuta
Copy link
Owner Author

【Improved Point】

  • Create two structures (Input/Output)
  • Use typealias more efficently

@KaoruMuta KaoruMuta merged commit 18606dd into master Aug 1, 2020
@KaoruMuta KaoruMuta deleted the feature/qiitaapi branch August 1, 2020 05:39
@KaoruMuta KaoruMuta added the approved PR is approved label Aug 1, 2020
KaoruMuta added a commit that referenced this pull request Jun 27, 2021
#15)

* feat: create PostView

* feat: succeeded in getting data from QiitaAPI

* refactor: add translator but binding is not working

* fix: modified Cartfile to change RxSwift Version

* feat: succeed in loading data and showing data in tableview

* feat: show LGTM number

* refactor: modified layout and add final access

* feat: add swiftgen.yml and SafariViewController an d itemSelected

* feat: add deselectrow method

* feat: change color in Main Screen

* improvement: modified layout

* feat: add assets and titleView in navigationbar

* improvement: respond to darkmode

* refactor: add datastore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved PR is approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant