-
Hello!
If you embed ViewController in NavigationViewController in Example you get following errors on iPhone 5S 10.2:
```
2018-01-17 21:52:56.026 UPCarouselFlowLayoutDemo[63712:5963793] The behavio…
axmav updated
6 years ago
-
Hi,
I am trying to present a sheet with a NavigationController but for some reason my VC is added to the SheetViewController starting at the top margin and not below the pullView.
![IMG_0102…
-
On iOS, to have native look and feel, a NavigationBar and NavigationControl needs to be implemented. Common examples are the iOS Settings app and iOS Contacts app.
https://developer.apple.com/docu…
-
Could the UI be navigated by a controller like on android and desktop
-
is there a reason you aren't using a navigation controller?
wouldn't that automatically help with some of the segues? especially because it's so hierarchical?
-
Hello,
I installed the package in the Pycharm Conda environment. However, when I launch the go2_robot_sdk robot.launch.py, I can not the python modules such as "aiortc", "open3d", correctly. I try …
-
### Current behavior
![Screenshot_20241021_125911](https://github.com/user-attachments/assets/8322b46f-e7c6-4df7-811d-495d258e5e5f)
I am facing some trouble with `@react-navigation/bottom-tabs` sinc…
-
Hello,
I have followed the instructions for installing linorobot with "humble" on a mecanum drive robot with ld06 lidar (on a raspberry with no simulation).
I run the slam toolbox with the followi…
-
**Hello, I am trying to launch "ros2 launch go2_robot_sdk robot.launch.py" file but It is not showing anything on RVIZ(I am using ROS2 humble on Ubuntu 22.04). There is no connection error and I have …
-
## 4.4 화면전환: 네비게이션 컨트롤러
## 🍯 UINavigationController
- 계층적인 성격을 띄는, 콘텐츠 구조 관리하기 위한 컨트롤러
- Navigation Bar 내장
- VC들의 화면 전환을 직접 컨트롤
- 앱의 내비게이션 정보를 표시하는 역할
- 독립된 자신의 화면을 가지고 있지 않음
- **`RootViewCon…