Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danramteke/subview-study
isolating a bug. it works on the 4 inch iPhone, but not the 3.5 inch iPhone. Both simulated and on real hardware.
https://github.com/danramteke/subview-study
Last synced: about 1 month ago
JSON representation
isolating a bug. it works on the 4 inch iPhone, but not the 3.5 inch iPhone. Both simulated and on real hardware.
- Host: GitHub
- URL: https://github.com/danramteke/subview-study
- Owner: danramteke
- Created: 2013-03-13T23:52:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-14T00:00:37.000Z (almost 12 years ago)
- Last Synced: 2023-03-11T02:34:07.797Z (almost 2 years ago)
- Language: Objective-C
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
subview-study
=============isolating a bug. it works on the 4 inch iPhone, but not the 3.5 inch iPhone. Both simulated and on real hardware.
I load a view from a nib into a view in the main controller. On the 4 inch iPhone, this button is responsive, and calls the action on the view controller (put the current date on the Label).
On the 3.5" iPhone, this button doesn't call the action. Also, it doesn't respond at all to clicks.