scribe-org/Scribe-iOS

Remove XIB-based 1x1 form display and convert to programmatic UI

Open

#594 创建于 2026年2月25日

在 GitHub 查看
 (1 评论) (1 反应) (1 负责人)Swift (106 fork)auto 404
good first issuehelp wanted

仓库指标

Star
 (167 star)
PR 合并指标
 (PR 指标待抓取)

描述

Terms

Issue

Currently the "not in Wikidata" info display (the formKeySingle/formLblSingle 1x1 form view) is the only remaining part of the old XIB-based form UI. All other conjugations and declensions have been migrated to dynamic, programmatic views. This issue is to clean up the last remaining piece.

What needs to be done:

  • Identify all XIB elements and outlets still being used by setInformationState() in KeyboardViewController.swift
  • Replace them with programmatic UIKit equivalents
  • Remove the now-unused XIB elements, outlets, and any related helper functions

This issue is discussed here.

Related PR #590

Happy to work or contribute on this issue. 😊

贡献者指南